Class DataframeEvaluationClassification
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeEvaluationClassification
- All Implemented Interfaces:
DataframeEvaluationVariant,JsonpSerializable
@JsonpDeserializable public class DataframeEvaluationClassification extends java.lang.Object implements DataframeEvaluationVariant, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataframeEvaluationClassification.BuilderBuilder forDataframeEvaluationClassification. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DataframeEvaluationClassification>_DESERIALIZERJson deserializer forDataframeEvaluationClassification -
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.DataframeEvaluationClassificationMetricsmetrics()Specifies the metrics that are used for the evaluation.static DataframeEvaluationClassificationof(java.util.function.Function<DataframeEvaluationClassification.Builder,ObjectBuilder<DataframeEvaluationClassification>> fn)java.lang.StringpredictedField()The field in the index which contains the predicted value, in other words the results of the classification analysis.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDataframeEvaluationClassificationDeserializer(ObjectDeserializer<DataframeEvaluationClassification.Builder> op)java.lang.StringtopClassesField()The field of the index which is an array of documents of the form { "class_name": XXX, "class_probability": YYY }.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 forDataframeEvaluationClassification
-
-
Method Details
-
of
public static DataframeEvaluationClassification of(java.util.function.Function<DataframeEvaluationClassification.Builder,ObjectBuilder<DataframeEvaluationClassification>> 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 -
predictedField
@Nullable public final java.lang.String predictedField()The field in the index which contains the predicted value, in other words the results of the classification analysis.API name:
predicted_field -
topClassesField
@Nullable public final java.lang.String topClassesField()The field of the index which is an array of documents of the form { "class_name": XXX, "class_probability": YYY }. This field must be defined as nested in the mappings.API name:
top_classes_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
-
setupDataframeEvaluationClassificationDeserializer
protected static void setupDataframeEvaluationClassificationDeserializer(ObjectDeserializer<DataframeEvaluationClassification.Builder> op)
-