Class TextClassificationInferenceUpdateOptions
java.lang.Object
co.elastic.clients.elasticsearch.ml.TextClassificationInferenceUpdateOptions
- All Implemented Interfaces:
InferenceConfigUpdateVariant,JsonpSerializable
@JsonpDeserializable public class TextClassificationInferenceUpdateOptions extends java.lang.Object implements InferenceConfigUpdateVariant, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTextClassificationInferenceUpdateOptions.BuilderBuilder forTextClassificationInferenceUpdateOptions. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TextClassificationInferenceUpdateOptions>_DESERIALIZERJson deserializer forTextClassificationInferenceUpdateOptions -
Method Summary
Modifier and Type Method Description InferenceConfigUpdate.Kind_inferenceConfigUpdateKind()InferenceConfigUpdate variant kind.java.util.List<java.lang.String>classificationLabels()Classification labels to apply other than the stored labels.java.lang.IntegernumTopClasses()Specifies the number of top class predictions to return.static TextClassificationInferenceUpdateOptionsof(java.util.function.Function<TextClassificationInferenceUpdateOptions.Builder,ObjectBuilder<TextClassificationInferenceUpdateOptions>> fn)java.lang.StringresultsField()The field that is added to incoming documents to contain the inference prediction.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupTextClassificationInferenceUpdateOptionsDeserializer(ObjectDeserializer<TextClassificationInferenceUpdateOptions.Builder> op)NlpTokenizationUpdateOptionstokenization()The tokenization options to update when inferringjava.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.InferenceConfigUpdateVariant
_toInferenceConfigUpdate
-
Field Details
-
_DESERIALIZER
Json deserializer forTextClassificationInferenceUpdateOptions
-
-
Method Details
-
of
public static TextClassificationInferenceUpdateOptions of(java.util.function.Function<TextClassificationInferenceUpdateOptions.Builder,ObjectBuilder<TextClassificationInferenceUpdateOptions>> fn) -
_inferenceConfigUpdateKind
InferenceConfigUpdate variant kind.- Specified by:
_inferenceConfigUpdateKindin interfaceInferenceConfigUpdateVariant
-
numTopClasses
@Nullable public final java.lang.Integer numTopClasses()Specifies the number of top class predictions to return. Defaults to 0.API name:
num_top_classes -
tokenization
The tokenization options to update when inferringAPI name:
tokenization -
resultsField
@Nullable public final java.lang.String resultsField()The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.API name:
results_field -
classificationLabels
public final java.util.List<java.lang.String> classificationLabels()Classification labels to apply other than the stored labels. Must have the same deminsions as the default configured labelsAPI name:
classification_labels -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupTextClassificationInferenceUpdateOptionsDeserializer
protected static void setupTextClassificationInferenceUpdateOptionsDeserializer(ObjectDeserializer<TextClassificationInferenceUpdateOptions.Builder> op)
-