Class QuestionAnsweringInferenceUpdateOptions
java.lang.Object
co.elastic.clients.elasticsearch.ml.QuestionAnsweringInferenceUpdateOptions
- All Implemented Interfaces:
InferenceConfigUpdateVariant,JsonpSerializable
@JsonpDeserializable
public class QuestionAnsweringInferenceUpdateOptions
extends Object
implements InferenceConfigUpdateVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forQuestionAnsweringInferenceUpdateOptions. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<QuestionAnsweringInferenceUpdateOptions>Json deserializer forQuestionAnsweringInferenceUpdateOptions -
Method Summary
Modifier and TypeMethodDescriptionInferenceConfigUpdate variant kind.final IntegerThe maximum answer length to consider for extractionfinal IntegerSpecifies the number of top class predictions to return.of(Function<QuestionAnsweringInferenceUpdateOptions.Builder, ObjectBuilder<QuestionAnsweringInferenceUpdateOptions>> fn) final Stringquestion()Required - The question to answer given the inference contextfinal StringThe 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 voidsetupQuestionAnsweringInferenceUpdateOptionsDeserializer(ObjectDeserializer<QuestionAnsweringInferenceUpdateOptions.Builder> op) The tokenization options to update when inferringtoString()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 forQuestionAnsweringInferenceUpdateOptions
-
-
Method Details
-
of
-
_inferenceConfigUpdateKind
InferenceConfigUpdate variant kind.- Specified by:
_inferenceConfigUpdateKindin interfaceInferenceConfigUpdateVariant
-
question
Required - The question to answer given the inference contextAPI name:
question -
numTopClasses
Specifies the number of top class predictions to return. Defaults to 0.API name:
num_top_classes -
tokenization
The tokenization options to update when inferringAPI name:
tokenization -
resultsField
The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.API name:
results_field -
maxAnswerLength
The maximum answer length to consider for extractionAPI name:
max_answer_length -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupQuestionAnsweringInferenceUpdateOptionsDeserializer
protected static void setupQuestionAnsweringInferenceUpdateOptionsDeserializer(ObjectDeserializer<QuestionAnsweringInferenceUpdateOptions.Builder> op)
-