Class LinearModel.LinearModelBuilder
java.lang.Object
org.elasticsearch.search.aggregations.pipeline.LinearModel.LinearModelBuilder
- All Implemented Interfaces:
ToXContent,ToXContentFragment,MovAvgModelBuilder
- Enclosing class:
- LinearModel
public static class LinearModel.LinearModelBuilder extends java.lang.Object implements MovAvgModelBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
-
Constructor Summary
Constructors Constructor Description LinearModelBuilder() -
Method Summary
Modifier and Type Method Description MovAvgModelbuild()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Constructor Details
-
LinearModelBuilder
public LinearModelBuilder()
-
-
Method Details
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
build
- Specified by:
buildin interfaceMovAvgModelBuilder
-