Class EvaluatorInferenceConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.EvaluatorInferenceConfig.Jsii$Proxy
- All Implemented Interfaces:
EvaluatorInferenceConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EvaluatorInferenceConfig
@Stability(Stable)
@Internal
public static final class EvaluatorInferenceConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EvaluatorInferenceConfig
An implementation for
EvaluatorInferenceConfig-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.EvaluatorInferenceConfig
EvaluatorInferenceConfig.Builder, EvaluatorInferenceConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEvaluatorInferenceConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe maximum number of tokens to generate in the model response.final NumberThe temperature value that controls randomness in the model's responses.final NumbergetTopP()The top-p sampling parameter that controls the diversity of the model's responses.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEvaluatorInferenceConfig.Builder.
-
-
Method Details
-
getMaxTokens
Description copied from interface:EvaluatorInferenceConfigThe maximum number of tokens to generate in the model response.Default: - The foundation model's default maximum token limit is used
- Specified by:
getMaxTokensin interfaceEvaluatorInferenceConfig
-
getTemperature
Description copied from interface:EvaluatorInferenceConfigThe temperature value that controls randomness in the model's responses.Higher values produce more diverse outputs. Range: 0.0 to 1.0.
Default: - The foundation model's default temperature is used
- Specified by:
getTemperaturein interfaceEvaluatorInferenceConfig
-
getTopP
Description copied from interface:EvaluatorInferenceConfigThe top-p sampling parameter that controls the diversity of the model's responses.Range: 0.0 to 1.0.
Default: - The foundation model's default top-p value is used
- Specified by:
getTopPin interfaceEvaluatorInferenceConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-