Interface CustomMetricBedrockEvaluatorModel.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomMetricBedrockEvaluatorModel.Builder,CustomMetricBedrockEvaluatorModel>,SdkBuilder<CustomMetricBedrockEvaluatorModel.Builder,CustomMetricBedrockEvaluatorModel>,SdkPojo
- Enclosing class:
- CustomMetricBedrockEvaluatorModel
@Mutable @NotThreadSafe public static interface CustomMetricBedrockEvaluatorModel.Builder extends SdkPojo, CopyableBuilder<CustomMetricBedrockEvaluatorModel.Builder,CustomMetricBedrockEvaluatorModel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomMetricBedrockEvaluatorModel.BuildermodelIdentifier(String modelIdentifier)The Amazon Resource Name (ARN) of the evaluator model for custom metrics.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
modelIdentifier
CustomMetricBedrockEvaluatorModel.Builder modelIdentifier(String modelIdentifier)
The Amazon Resource Name (ARN) of the evaluator model for custom metrics. For a list of supported evaluator models, see Evaluate model performance using another LLM as a judge and Evaluate the performance of RAG sources using Amazon Bedrock evaluations.
- Parameters:
modelIdentifier- The Amazon Resource Name (ARN) of the evaluator model for custom metrics. For a list of supported evaluator models, see Evaluate model performance using another LLM as a judge and Evaluate the performance of RAG sources using Amazon Bedrock evaluations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-