Class ModelPlotConfig
java.lang.Object
co.elastic.clients.elasticsearch.ml.ModelPlotConfig
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ModelPlotConfig extends java.lang.Object implements JsonpSerializable
- See Also:
- Documentation on elastic.co, API specification
-
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 -
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.static ModelPlotConfigof(java.util.function.Function<ModelPlotConfig.Builder,ObjectBuilder<ModelPlotConfig>> fn)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(ObjectDeserializer<ModelPlotConfig.Builder> op)java.lang.Stringterms()Limits data collection to this comma separated list of partition or by field values.java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forModelPlotConfig
-
-
Method Details
-
of
public static ModelPlotConfig of(java.util.function.Function<ModelPlotConfig.Builder,ObjectBuilder<ModelPlotConfig>> fn) -
annotationsEnabled
@Nullable public final 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 final 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 final 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
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupModelPlotConfigDeserializer
protected static void setupModelPlotConfigDeserializer(ObjectDeserializer<ModelPlotConfig.Builder> op)
-