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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.EvaluatorInferenceConfig

    EvaluatorInferenceConfig.Builder, EvaluatorInferenceConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the EvaluatorInferenceConfig.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Number
    The maximum number of tokens to generate in the model response.
    final Number
    The temperature value that controls randomness in the model's responses.
    final Number
    The top-p sampling parameter that controls the diversity of the model's responses.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(EvaluatorInferenceConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EvaluatorInferenceConfig.Builder.
  • Method Details

    • getMaxTokens

      public final Number getMaxTokens()
      Description copied from interface: EvaluatorInferenceConfig
      The maximum number of tokens to generate in the model response.

      Default: - The foundation model's default maximum token limit is used

      Specified by:
      getMaxTokens in interface EvaluatorInferenceConfig
    • getTemperature

      public final Number getTemperature()
      Description copied from interface: EvaluatorInferenceConfig
      The 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:
      getTemperature in interface EvaluatorInferenceConfig
    • getTopP

      public final Number getTopP()
      Description copied from interface: EvaluatorInferenceConfig
      The 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:
      getTopP in interface EvaluatorInferenceConfig
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object