Class ModelPlotConfig
java.lang.Object
co.elastic.clients.elasticsearch.ml.ModelPlotConfig
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ModelPlotConfig extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelPlotConfig.BuilderBuilder forModelPlotConfig. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ModelPlotConfig>_DESERIALIZERJson deserializer forModelPlotConfig -
Constructor Summary
Constructors Constructor Description ModelPlotConfig(ModelPlotConfig.Builder builder)ModelPlotConfig(java.util.function.Function<ModelPlotConfig.Builder,ModelPlotConfig.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.BooleanannotationsEnabled()If true, enables calculation and storage of the model change annotations for each entity that is being analyzed.java.lang.Booleanenabled()If true, enables calculation and storage of the model bounds for each entity that is being analyzed.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupModelPlotConfigDeserializer(DelegatingDeserializer<ModelPlotConfig.Builder> op)java.lang.Stringterms()Limits data collection to this comma separated list of partition or by field values.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forModelPlotConfig
-
-
Constructor Details
-
ModelPlotConfig
-
ModelPlotConfig
public ModelPlotConfig(java.util.function.Function<ModelPlotConfig.Builder,ModelPlotConfig.Builder> fn)
-
-
Method Details
-
annotationsEnabled
@Nullable public java.lang.Boolean annotationsEnabled()If true, enables calculation and storage of the model change annotations for each entity that is being analyzed.API name:
annotations_enabled -
enabled
@Nullable public java.lang.Boolean enabled()If true, enables calculation and storage of the model bounds for each entity that is being analyzed.API name:
enabled -
terms
@Nullable public java.lang.String terms()Limits data collection to this comma separated list of partition or by field values. If terms are not specified or it is an empty string, no filtering is applied. Wildcards are not supported. Only the specified terms can be viewed when using the Single Metric Viewer.API name:
terms -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupModelPlotConfigDeserializer
protected static void setupModelPlotConfigDeserializer(DelegatingDeserializer<ModelPlotConfig.Builder> op)
-