Class AnomalyCause
java.lang.Object
co.elastic.clients.elasticsearch.ml.AnomalyCause
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AnomalyCause>Json deserializer forAnomalyCause -
Method Summary
Modifier and TypeMethodDescriptionactual()API name:actualfinal StringAPI name:by_field_namefinal StringAPI name:by_field_valuefinal StringAPI name:correlated_by_field_valuefinal StringAPI name:field_namefinal Stringfunction()API name:functionfinal StringAPI name:function_descriptionfinal GeoResultsAPI name:geo_resultsAPI name:influencersstatic AnomalyCausefinal StringAPI name:over_field_namefinal StringAPI name:over_field_valuefinal StringAPI name:partition_field_namefinal StringAPI name:partition_field_valuefinal doubleRequired - API name:probabilityvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()typical()API name:typical
-
Field Details
-
_DESERIALIZER
Json deserializer forAnomalyCause
-
-
Method Details
-
of
-
actual
API name:actual -
byFieldName
API name:by_field_name -
byFieldValue
API name:by_field_value -
fieldName
API name:field_name -
function
API name:function -
functionDescription
API name:function_description -
geoResults
API name:geo_results -
influencers
API name:influencers -
overFieldName
API name:over_field_name -
overFieldValue
API name:over_field_value -
partitionFieldName
API name:partition_field_name -
partitionFieldValue
API name:partition_field_value -
probability
public final double probability()Required - API name:probability -
typical
API name:typical -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAnomalyCauseDeserializer
-