Uses of Class
software.amazon.awssdk.services.bedrock.model.RatingScaleItemValue
-
Packages that use RatingScaleItemValue Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of RatingScaleItemValue in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return RatingScaleItemValue Modifier and Type Method Description static RatingScaleItemValueRatingScaleItemValue. fromFloatValue(Float floatValue)Create an instance of this class withfloatValue()initialized to the given value.static RatingScaleItemValueRatingScaleItemValue. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.RatingScaleItemValueRatingScaleItem. value()Defines the value for one rating in a custom metric rating scale.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type RatingScaleItemValue Modifier and Type Method Description RatingScaleItem.BuilderRatingScaleItem.Builder. value(RatingScaleItemValue value)Defines the value for one rating in a custom metric rating scale.
-