Class JobUpdate
java.lang.Object
org.elasticsearch.client.ml.job.config.JobUpdate
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
POJO for updating an existing Machine Learning
Job-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.elasticsearch.common.xcontent.ParseFieldstatic org.elasticsearch.common.xcontent.ConstructingObjectParser<JobUpdate.Builder,Void>Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.elasticsearch.core.TimeValuegetJobId()inthashCode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
DETECTORS
public static final org.elasticsearch.common.xcontent.ParseField DETECTORS -
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<JobUpdate.Builder,Void> PARSER
-
-
Method Details
-
getJobId
-
getGroups
-
getDescription
-
getDetectorUpdates
-
getModelPlotConfig
-
getAnalysisLimits
-
getRenormalizationWindowDays
-
getBackgroundPersistInterval
public org.elasticsearch.core.TimeValue getBackgroundPersistInterval() -
getModelSnapshotRetentionDays
-
getResultsRetentionDays
-
getCategorizationFilters
-
getPerPartitionCategorizationConfig
-
getCustomSettings
-
getAllowLazyOpen
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-