Class DataFrameAnalyticsConfig
- java.lang.Object
-
- org.elasticsearch.client.ml.dataframe.DataFrameAnalyticsConfig
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class DataFrameAnalyticsConfig extends Object implements ToXContentObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataFrameAnalyticsConfig.Builder-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataFrameAnalyticsConfig.Builderbuilder()booleanequals(Object o)static DataFrameAnalyticsConfigfromXContent(XContentParser parser)BooleangetAllowLazyStart()DataFrameAnalysisgetAnalysis()FetchSourceContextgetAnalyzedFields()InstantgetCreateTime()StringgetDescription()DataFrameAnalyticsDestgetDest()StringgetId()ByteSizeValuegetModelMemoryLimit()DataFrameAnalyticsSourcegetSource()VersiongetVersion()inthashCode()StringtoString()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Method Detail
-
fromXContent
public static DataFrameAnalyticsConfig fromXContent(XContentParser parser)
-
builder
public static DataFrameAnalyticsConfig.Builder builder()
-
getId
public String getId()
-
getDescription
public String getDescription()
-
getSource
public DataFrameAnalyticsSource getSource()
-
getDest
public DataFrameAnalyticsDest getDest()
-
getAnalysis
public DataFrameAnalysis getAnalysis()
-
getAnalyzedFields
public FetchSourceContext getAnalyzedFields()
-
getModelMemoryLimit
public ByteSizeValue getModelMemoryLimit()
-
getCreateTime
public Instant getCreateTime()
-
getVersion
public Version getVersion()
-
getAllowLazyStart
public Boolean getAllowLazyStart()
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
-