Uses of Class
software.amazon.awssdk.services.bedrock.model.RatingScaleItem
-
Packages that use RatingScaleItem Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of RatingScaleItem in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type RatingScaleItem Modifier and Type Method Description List<RatingScaleItem>CustomMetricDefinition. ratingScale()Defines the rating scale to be used for a custom metric.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type RatingScaleItem Modifier and Type Method Description CustomMetricDefinition.BuilderCustomMetricDefinition.Builder. ratingScale(RatingScaleItem... ratingScale)Defines the rating scale to be used for a custom metric.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type RatingScaleItem Modifier and Type Method Description CustomMetricDefinition.BuilderCustomMetricDefinition.Builder. ratingScale(Collection<RatingScaleItem> ratingScale)Defines the rating scale to be used for a custom metric.
-