Interface EvaluationBedrockModel.Builder

  • Method Details

    • modelIdentifier

      EvaluationBedrockModel.Builder modelIdentifier(String modelIdentifier)

      The ARN of the Amazon Bedrock model or inference profile specified.

      Parameters:
      modelIdentifier - The ARN of the Amazon Bedrock model or inference profile specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inferenceParams

      EvaluationBedrockModel.Builder inferenceParams(String inferenceParams)

      Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.

      Parameters:
      inferenceParams - Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.