Class PassThroughInferenceUpdateOptions
java.lang.Object
co.elastic.clients.elasticsearch.ml.PassThroughInferenceUpdateOptions
- All Implemented Interfaces:
InferenceConfigUpdateVariant,JsonpSerializable
@JsonpDeserializable public class PassThroughInferenceUpdateOptions extends java.lang.Object implements InferenceConfigUpdateVariant, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPassThroughInferenceUpdateOptions.BuilderBuilder forPassThroughInferenceUpdateOptions. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PassThroughInferenceUpdateOptions>_DESERIALIZERJson deserializer forPassThroughInferenceUpdateOptions -
Method Summary
Modifier and Type Method Description InferenceConfigUpdate.Kind_inferenceConfigUpdateKind()InferenceConfigUpdate variant kind.static PassThroughInferenceUpdateOptionsof(java.util.function.Function<PassThroughInferenceUpdateOptions.Builder,ObjectBuilder<PassThroughInferenceUpdateOptions>> 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 voidsetupPassThroughInferenceUpdateOptionsDeserializer(ObjectDeserializer<PassThroughInferenceUpdateOptions.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 forPassThroughInferenceUpdateOptions
-
-
Method Details
-
of
public static PassThroughInferenceUpdateOptions of(java.util.function.Function<PassThroughInferenceUpdateOptions.Builder,ObjectBuilder<PassThroughInferenceUpdateOptions>> 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 -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupPassThroughInferenceUpdateOptionsDeserializer
protected static void setupPassThroughInferenceUpdateOptionsDeserializer(ObjectDeserializer<PassThroughInferenceUpdateOptions.Builder> op)
-