Class Defaults
java.lang.Object
co.elastic.clients.elasticsearch.ml.info.Defaults
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Defaults extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaults.BuilderBuilder forDefaults. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Defaults>_DESERIALIZERJson deserializer forDefaults -
Constructor Summary
Constructors Constructor Description Defaults(Defaults.Builder builder)Defaults(java.util.function.Function<Defaults.Builder,Defaults.Builder> fn) -
Method Summary
Modifier and Type Method Description AnomalyDetectorsanomalyDetectors()Required - API name:anomaly_detectorsDatafeedsdatafeeds()Required - API name:datafeedsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDefaultsDeserializer(DelegatingDeserializer<Defaults.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDefaults
-
-
Constructor Details
-
Defaults
-
Defaults
-
-
Method Details
-
anomalyDetectors
Required - API name:anomaly_detectors -
datafeeds
Required - API name:datafeeds -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDefaultsDeserializer
-