Class DataframeClassificationSummaryRecall
java.lang.Object
co.elastic.clients.elasticsearch.ml.evaluate_data_frame.DataframeClassificationSummaryRecall
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class DataframeClassificationSummaryRecall extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataframeClassificationSummaryRecall.BuilderBuilder forDataframeClassificationSummaryRecall. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DataframeClassificationSummaryRecall>_DESERIALIZERJson deserializer forDataframeClassificationSummaryRecall -
Constructor Summary
Constructors Constructor Description DataframeClassificationSummaryRecall(DataframeClassificationSummaryRecall.Builder builder)DataframeClassificationSummaryRecall(java.util.function.Function<DataframeClassificationSummaryRecall.Builder,DataframeClassificationSummaryRecall.Builder> fn) -
Method Summary
Modifier and Type Method Description doubleavgRecall()Required - API name:avg_recalljava.util.List<DataframeEvaluationClass>classes()Required - API name:classesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDataframeClassificationSummaryRecallDeserializer(DelegatingDeserializer<DataframeClassificationSummaryRecall.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 forDataframeClassificationSummaryRecall
-
-
Constructor Details
-
DataframeClassificationSummaryRecall
-
DataframeClassificationSummaryRecall
public DataframeClassificationSummaryRecall(java.util.function.Function<DataframeClassificationSummaryRecall.Builder,DataframeClassificationSummaryRecall.Builder> fn)
-
-
Method Details
-
classes
Required - API name:classes -
avgRecall
public double avgRecall()Required - API name:avg_recall -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDataframeClassificationSummaryRecallDeserializer
protected static void setupDataframeClassificationSummaryRecallDeserializer(DelegatingDeserializer<DataframeClassificationSummaryRecall.Builder> op)
-