Class ZeroShotClassificationInferenceUpdateOptions
java.lang.Object
co.elastic.clients.elasticsearch.ml.ZeroShotClassificationInferenceUpdateOptions
- All Implemented Interfaces:
InferenceConfigUpdateVariant,JsonpSerializable
@JsonpDeserializable public class ZeroShotClassificationInferenceUpdateOptions extends java.lang.Object implements InferenceConfigUpdateVariant, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZeroShotClassificationInferenceUpdateOptions.BuilderBuilder forZeroShotClassificationInferenceUpdateOptions. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ZeroShotClassificationInferenceUpdateOptions>_DESERIALIZERJson deserializer forZeroShotClassificationInferenceUpdateOptions -
Method Summary
Modifier and Type Method Description InferenceConfigUpdate.Kind_inferenceConfigUpdateKind()InferenceConfigUpdate variant kind.java.util.List<java.lang.String>labels()Required - The labels to predict.java.lang.BooleanmultiLabel()Update the configured multi label option.static ZeroShotClassificationInferenceUpdateOptionsof(java.util.function.Function<ZeroShotClassificationInferenceUpdateOptions.Builder,ObjectBuilder<ZeroShotClassificationInferenceUpdateOptions>> 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 voidsetupZeroShotClassificationInferenceUpdateOptionsDeserializer(ObjectDeserializer<ZeroShotClassificationInferenceUpdateOptions.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 forZeroShotClassificationInferenceUpdateOptions
-
-
Method Details
-
of
public static ZeroShotClassificationInferenceUpdateOptions of(java.util.function.Function<ZeroShotClassificationInferenceUpdateOptions.Builder,ObjectBuilder<ZeroShotClassificationInferenceUpdateOptions>> fn) -
_inferenceConfigUpdateKind
InferenceConfigUpdate variant kind.- Specified by:
_inferenceConfigUpdateKindin interfaceInferenceConfigUpdateVariant
-
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 -
multiLabel
@Nullable public final java.lang.Boolean multiLabel()Update the configured multi label option. Indicates if more than one true label exists. Defaults to the configured value.API name:
multi_label -
labels
public final java.util.List<java.lang.String> labels()Required - The labels to predict.API name:
labels -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupZeroShotClassificationInferenceUpdateOptionsDeserializer
protected static void setupZeroShotClassificationInferenceUpdateOptionsDeserializer(ObjectDeserializer<ZeroShotClassificationInferenceUpdateOptions.Builder> op)
-