Class TextClassificationInferenceOptions
java.lang.Object
co.elastic.clients.elasticsearch.ml.TextClassificationInferenceOptions
- All Implemented Interfaces:
InferenceConfigCreateVariant
,JsonpSerializable
@JsonpDeserializable
public class TextClassificationInferenceOptions
extends Object
implements InferenceConfigCreateVariant, JsonpSerializable
Text classification configuration options
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<TextClassificationInferenceOptions>
Json deserializer forTextClassificationInferenceOptions
-
Method Summary
Modifier and TypeMethodDescriptionInferenceConfigCreate variant kind.Classification labels to apply other than the stored labels.final Integer
Specifies the number of top class predictions to return.of
(Function<TextClassificationInferenceOptions.Builder, ObjectBuilder<TextClassificationInferenceOptions>> fn) final String
The field that is added to incoming documents to contain the inference prediction.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupTextClassificationInferenceOptionsDeserializer
(ObjectDeserializer<TextClassificationInferenceOptions.Builder> op) final TokenizationConfig
The tokenization optionstoString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface co.elastic.clients.elasticsearch.ml.InferenceConfigCreateVariant
_toInferenceConfigCreate
-
Field Details
-
_DESERIALIZER
Json deserializer forTextClassificationInferenceOptions
-
-
Method Details
-
of
-
_inferenceConfigCreateKind
InferenceConfigCreate variant kind.- Specified by:
_inferenceConfigCreateKind
in interfaceInferenceConfigCreateVariant
-
numTopClasses
Specifies the number of top class predictions to return. Defaults to 0.API name:
num_top_classes
-
tokenization
The tokenization optionsAPI name:
tokenization
-
resultsField
The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.API name:
results_field
-
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTextClassificationInferenceOptionsDeserializer
protected static void setupTextClassificationInferenceOptionsDeserializer(ObjectDeserializer<TextClassificationInferenceOptions.Builder> op)
-