Class DataframeEvaluationValue
java.lang.Object
co.elastic.clients.elasticsearch.ml.evaluate_data_frame.DataframeEvaluationValue
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
DataframeEvaluationClass,DataframeEvaluationSummaryAucRoc
@JsonpDeserializable public class DataframeEvaluationValue extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classDataframeEvaluationValue.AbstractBuilder<BuilderT extends DataframeEvaluationValue.AbstractBuilder<BuilderT>>static classDataframeEvaluationValue.BuilderBuilder forDataframeEvaluationValue. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DataframeEvaluationValue>_DESERIALIZERJson deserializer forDataframeEvaluationValue -
Constructor Summary
Constructors Modifier Constructor Description protectedDataframeEvaluationValue(DataframeEvaluationValue.AbstractBuilder<?> builder) -
Method Summary
Modifier and Type Method Description static DataframeEvaluationValuedataframeEvaluationValueOf(java.util.function.Function<DataframeEvaluationValue.Builder,ObjectBuilder<DataframeEvaluationValue>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static <BuilderT extends DataframeEvaluationValue.AbstractBuilder<BuilderT>>
voidsetupDataframeEvaluationValueDeserializer(ObjectDeserializer<BuilderT> op)java.lang.StringtoString()doublevalue()Required - API name:valueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDataframeEvaluationValue
-
-
Constructor Details
-
DataframeEvaluationValue
-
-
Method Details
-
dataframeEvaluationValueOf
public static DataframeEvaluationValue dataframeEvaluationValueOf(java.util.function.Function<DataframeEvaluationValue.Builder,ObjectBuilder<DataframeEvaluationValue>> fn) -
value
public final double value()Required - API name:value -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupDataframeEvaluationValueDeserializer
protected static <BuilderT extends DataframeEvaluationValue.AbstractBuilder<BuilderT>> void setupDataframeEvaluationValueDeserializer(ObjectDeserializer<BuilderT> op)
-