Class DataframeEvaluationOutlierDetection
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeEvaluationOutlierDetection
- All Implemented Interfaces:
DataframeEvaluationVariant,JsonpSerializable
@JsonpDeserializable public class DataframeEvaluationOutlierDetection extends java.lang.Object implements DataframeEvaluationVariant, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataframeEvaluationOutlierDetection.BuilderBuilder forDataframeEvaluationOutlierDetection. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DataframeEvaluationOutlierDetection>_DESERIALIZERJson deserializer forDataframeEvaluationOutlierDetection -
Method Summary
Modifier and Type Method Description DataframeEvaluation.Kind_dataframeEvaluationKind()DataframeEvaluation variant kind.java.lang.StringactualField()Required - The field of the index which contains the ground truth.DataframeEvaluationOutlierDetectionMetricsmetrics()Specifies the metrics that are used for the evaluation.static DataframeEvaluationOutlierDetectionof(java.util.function.Function<DataframeEvaluationOutlierDetection.Builder,ObjectBuilder<DataframeEvaluationOutlierDetection>> fn)java.lang.StringpredictedProbabilityField()Required - The field of the index that defines the probability of whether the item belongs to the class in question or not.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDataframeEvaluationOutlierDetectionDeserializer(ObjectDeserializer<DataframeEvaluationOutlierDetection.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.ml.DataframeEvaluationVariant
_toDataframeEvaluation
-
Field Details
-
_DESERIALIZER
Json deserializer forDataframeEvaluationOutlierDetection
-
-
Method Details
-
of
public static DataframeEvaluationOutlierDetection of(java.util.function.Function<DataframeEvaluationOutlierDetection.Builder,ObjectBuilder<DataframeEvaluationOutlierDetection>> fn) -
_dataframeEvaluationKind
DataframeEvaluation variant kind.- Specified by:
_dataframeEvaluationKindin interfaceDataframeEvaluationVariant
-
actualField
public final java.lang.String actualField()Required - The field of the index which contains the ground truth. The data type of this field can be boolean or integer. If the data type is integer, the value has to be either 0 (false) or 1 (true).API name:
actual_field -
predictedProbabilityField
public final java.lang.String predictedProbabilityField()Required - The field of the index that defines the probability of whether the item belongs to the class in question or not. It’s the field that contains the results of the analysis.API name:
predicted_probability_field -
metrics
Specifies the metrics that are used for the evaluation.API name:
metrics -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupDataframeEvaluationOutlierDetectionDeserializer
protected static void setupDataframeEvaluationOutlierDetectionDeserializer(ObjectDeserializer<DataframeEvaluationOutlierDetection.Builder> op)
-