Interface CustomMetricDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomMetricDefinition.Builder,,CustomMetricDefinition> SdkBuilder<CustomMetricDefinition.Builder,,CustomMetricDefinition> SdkPojo
- Enclosing class:
CustomMetricDefinition
-
Method Summary
Modifier and TypeMethodDescriptioninstructions(String instructions) The prompt for a custom metric that instructs the evaluator model how to rate the model or RAG source under evaluation.The name for a custom metric.ratingScale(Collection<RatingScaleItem> ratingScale) Defines the rating scale to be used for a custom metric.ratingScale(Consumer<RatingScaleItem.Builder>... ratingScale) Defines the rating scale to be used for a custom metric.ratingScale(RatingScaleItem... ratingScale) Defines the rating scale to be used for a custom metric.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name for a custom metric. Names must be unique in your Amazon Web Services region.
- Parameters:
name- The name for a custom metric. Names must be unique in your Amazon Web Services region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instructions
The prompt for a custom metric that instructs the evaluator model how to rate the model or RAG source under evaluation.
- Parameters:
instructions- The prompt for a custom metric that instructs the evaluator model how to rate the model or RAG source under evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ratingScale
Defines the rating scale to be used for a custom metric. We recommend that you always define a ratings scale when creating a custom metric. If you don't define a scale, Amazon Bedrock won't be able to visually display the results of the evaluation in the console or calculate average values of numerical scores. For more information on specifying a rating scale, see Specifying an output schema (rating scale).
- Parameters:
ratingScale- Defines the rating scale to be used for a custom metric. We recommend that you always define a ratings scale when creating a custom metric. If you don't define a scale, Amazon Bedrock won't be able to visually display the results of the evaluation in the console or calculate average values of numerical scores. For more information on specifying a rating scale, see Specifying an output schema (rating scale).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ratingScale
Defines the rating scale to be used for a custom metric. We recommend that you always define a ratings scale when creating a custom metric. If you don't define a scale, Amazon Bedrock won't be able to visually display the results of the evaluation in the console or calculate average values of numerical scores. For more information on specifying a rating scale, see Specifying an output schema (rating scale).
- Parameters:
ratingScale- Defines the rating scale to be used for a custom metric. We recommend that you always define a ratings scale when creating a custom metric. If you don't define a scale, Amazon Bedrock won't be able to visually display the results of the evaluation in the console or calculate average values of numerical scores. For more information on specifying a rating scale, see Specifying an output schema (rating scale).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ratingScale
Defines the rating scale to be used for a custom metric. We recommend that you always define a ratings scale when creating a custom metric. If you don't define a scale, Amazon Bedrock won't be able to visually display the results of the evaluation in the console or calculate average values of numerical scores. For more information on specifying a rating scale, see Specifying an output schema (rating scale).
This is a convenience method that creates an instance of theRatingScaleItem.Builderavoiding the need to create one manually viaRatingScaleItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toratingScale(List<RatingScaleItem>).- Parameters:
ratingScale- a consumer that will call methods onRatingScaleItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-