Class NlpInferenceConfigUpdate
java.lang.Object
co.elastic.clients.elasticsearch.ml.NlpInferenceConfigUpdate
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<NlpInferenceConfigUpdate.Kind,java.lang.Object>
@JsonpDeserializable public class NlpInferenceConfigUpdate extends java.lang.Object implements TaggedUnion<NlpInferenceConfigUpdate.Kind,java.lang.Object>, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNlpInferenceConfigUpdate.Builderstatic classNlpInferenceConfigUpdate.KindNlpInferenceConfigUpdatevariant kinds. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NlpInferenceConfigUpdate>_DESERIALIZER -
Constructor Summary
Constructors Constructor Description NlpInferenceConfigUpdate(NlpInferenceConfigUpdateVariant value) -
Method Summary
Modifier and Type Method Description java.lang.Object_get()NlpInferenceConfigUpdate.Kind_kind()Get the of the kind of variant held by this object.FillMaskInferenceUpdateOptionsfillMask()Get thefill_maskvariant value.booleanisFillMask()Is this variant instance of kindfill_mask?booleanisNer()Is this variant instance of kindner?booleanisPassThrough()Is this variant instance of kindpass_through?booleanisTextClassification()Is this variant instance of kindtext_classification?booleanisTextEmbedding()Is this variant instance of kindtext_embedding?booleanisZeroShotClassification()Is this variant instance of kindzero_shot_classification?NerInferenceUpdateOptionsner()Get thenervariant value.static NlpInferenceConfigUpdateof(java.util.function.Function<NlpInferenceConfigUpdate.Builder,ObjectBuilder<NlpInferenceConfigUpdate>> fn)PassThroughInferenceUpdateOptionspassThrough()Get thepass_throughvariant value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNlpInferenceConfigUpdateDeserializer(ObjectDeserializer<NlpInferenceConfigUpdate.Builder> op)TextClassificationInferenceUpdateOptionstextClassification()Get thetext_classificationvariant value.TextEmbeddingInferenceUpdateOptionstextEmbedding()Get thetext_embeddingvariant value.ZeroShotClassificationInferenceUpdateOptionszeroShotClassification()Get thezero_shot_classificationvariant value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Constructor Details
-
NlpInferenceConfigUpdate
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<NlpInferenceConfigUpdate.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<NlpInferenceConfigUpdate.Kind,java.lang.Object>
-
of
public static NlpInferenceConfigUpdate of(java.util.function.Function<NlpInferenceConfigUpdate.Builder,ObjectBuilder<NlpInferenceConfigUpdate>> fn) -
isTextClassification
public boolean isTextClassification()Is this variant instance of kindtext_classification? -
textClassification
Get thetext_classificationvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thetext_classificationkind.
-
isZeroShotClassification
public boolean isZeroShotClassification()Is this variant instance of kindzero_shot_classification? -
zeroShotClassification
Get thezero_shot_classificationvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thezero_shot_classificationkind.
-
isFillMask
public boolean isFillMask()Is this variant instance of kindfill_mask? -
fillMask
Get thefill_maskvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thefill_maskkind.
-
isNer
public boolean isNer()Is this variant instance of kindner? -
ner
Get thenervariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thenerkind.
-
isPassThrough
public boolean isPassThrough()Is this variant instance of kindpass_through? -
passThrough
Get thepass_throughvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thepass_throughkind.
-
isTextEmbedding
public boolean isTextEmbedding()Is this variant instance of kindtext_embedding? -
textEmbedding
Get thetext_embeddingvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thetext_embeddingkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
setupNlpInferenceConfigUpdateDeserializer
protected static void setupNlpInferenceConfigUpdateDeserializer(ObjectDeserializer<NlpInferenceConfigUpdate.Builder> op)
-