Class OpenResponsesEvaluatorModelConfig
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OpenResponsesEvaluatorModelConfig.Builder,OpenResponsesEvaluatorModelConfig>
The configuration for using models served through the OpenResponses API in evaluator assessments, including model selection and inference parameters.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe maximum number of tokens to generate in the model response, including visible output and reasoning tokens.final StringmodelId()The identifier of the model to use for evaluation.final ReasoningConfigurationThe reasoning configuration for reasoning models.static Class<? extends OpenResponsesEvaluatorModelConfig.Builder> final FloatThe temperature value that controls randomness in the model's responses.Take this object and create a builder that contains all of the current property values of this object.final FloattopP()The top-p sampling parameter that controls the diversity of the model's responses by limiting the cumulative probability of token choices.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
modelId
The identifier of the model to use for evaluation.
- Returns:
- The identifier of the model to use for evaluation.
-
maxOutputTokens
The maximum number of tokens to generate in the model response, including visible output and reasoning tokens.
- Returns:
- The maximum number of tokens to generate in the model response, including visible output and reasoning tokens.
-
temperature
The temperature value that controls randomness in the model's responses. Lower values produce more deterministic outputs.
- Returns:
- The temperature value that controls randomness in the model's responses. Lower values produce more deterministic outputs.
-
topP
The top-p sampling parameter that controls the diversity of the model's responses by limiting the cumulative probability of token choices.
- Returns:
- The top-p sampling parameter that controls the diversity of the model's responses by limiting the cumulative probability of token choices.
-
reasoning
The reasoning configuration for reasoning models. Non-reasoning models ignore this configuration.
- Returns:
- The reasoning configuration for reasoning models. Non-reasoning models ignore this configuration.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<OpenResponsesEvaluatorModelConfig.Builder,OpenResponsesEvaluatorModelConfig> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-