Class CfnEvaluator.InferenceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnEvaluator.InferenceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluator.InferenceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEvaluator.InferenceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluator.InferenceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluator.InferenceConfigurationProperty
An implementation for
CfnEvaluator.InferenceConfigurationProperty-
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.CfnEvaluator.InferenceConfigurationProperty
CfnEvaluator.InferenceConfigurationProperty.Builder, CfnEvaluator.InferenceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEvaluator.InferenceConfigurationProperty.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 theCfnEvaluator.InferenceConfigurationProperty.Builder.
-
-
Method Details
-
getMaxTokens
Description copied from interface:CfnEvaluator.InferenceConfigurationPropertyThe maximum number of tokens to generate in the model response.- Specified by:
getMaxTokensin interfaceCfnEvaluator.InferenceConfigurationProperty- See Also:
-
getTemperature
Description copied from interface:CfnEvaluator.InferenceConfigurationPropertyThe temperature value that controls randomness in the model's responses.- Specified by:
getTemperaturein interfaceCfnEvaluator.InferenceConfigurationProperty- See Also:
-
getTopP
Description copied from interface:CfnEvaluator.InferenceConfigurationPropertyThe top-p sampling parameter that controls the diversity of the model's responses.- Specified by:
getTopPin interfaceCfnEvaluator.InferenceConfigurationProperty- See Also:
-
$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()
-