Class InferenceConfigCreate
java.lang.Object
co.elastic.clients.elasticsearch.ml.InferenceConfigCreate
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<InferenceConfigCreate.Kind,java.lang.Object>
@JsonpDeserializable public class InferenceConfigCreate extends java.lang.Object implements TaggedUnion<InferenceConfigCreate.Kind,java.lang.Object>, JsonpSerializable
Inference configuration provided when storing the model config
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInferenceConfigCreate.Builderstatic classInferenceConfigCreate.KindInferenceConfigCreatevariant kinds. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<InferenceConfigCreate>_DESERIALIZER -
Constructor Summary
Constructors Constructor Description InferenceConfigCreate(InferenceConfigCreateVariant value) -
Method Summary
Modifier and Type Method Description java.lang.Object_get()InferenceConfigCreate.Kind_kind()Get the of the kind of variant held by this object.ClassificationInferenceOptionsclassification()Get theclassificationvariant value.FillMaskInferenceOptionsfillMask()Get thefill_maskvariant value.booleanisClassification()Is this variant instance of kindclassification?booleanisFillMask()Is this variant instance of kindfill_mask?booleanisNer()Is this variant instance of kindner?booleanisPassThrough()Is this variant instance of kindpass_through?booleanisRegression()Is this variant instance of kindregression?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?NerInferenceOptionsner()Get thenervariant value.static InferenceConfigCreateof(java.util.function.Function<InferenceConfigCreate.Builder,ObjectBuilder<InferenceConfigCreate>> fn)PassThroughInferenceOptionspassThrough()Get thepass_throughvariant value.RegressionInferenceOptionsregression()Get theregressionvariant value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupInferenceConfigCreateDeserializer(ObjectDeserializer<InferenceConfigCreate.Builder> op)TextClassificationInferenceOptionstextClassification()Get thetext_classificationvariant value.TextEmbeddingInferenceOptionstextEmbedding()Get thetext_embeddingvariant value.ZeroShotClassificationInferenceOptionszeroShotClassification()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
-
InferenceConfigCreate
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<InferenceConfigCreate.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<InferenceConfigCreate.Kind,java.lang.Object>
-
of
public static InferenceConfigCreate of(java.util.function.Function<InferenceConfigCreate.Builder,ObjectBuilder<InferenceConfigCreate>> fn) -
isRegression
public boolean isRegression()Is this variant instance of kindregression? -
regression
Get theregressionvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of theregressionkind.
-
isClassification
public boolean isClassification()Is this variant instance of kindclassification? -
classification
Get theclassificationvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of theclassificationkind.
-
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
-
setupInferenceConfigCreateDeserializer
protected static void setupInferenceConfigCreateDeserializer(ObjectDeserializer<InferenceConfigCreate.Builder> op)
-