Class: Aws::Bedrock::Types::RatingScaleItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Defines the value and corresponding definition for one rating in a custom metric rating scale.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionString

Defines the definition for one rating in a custom metric rating scale.

Returns:

  • (String)


8244
8245
8246
8247
8248
8249
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8244

class RatingScaleItem < Struct.new(
  :definition,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::RatingScaleItemValue

Defines the value for one rating in a custom metric rating scale.



8244
8245
8246
8247
8248
8249
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8244

class RatingScaleItem < Struct.new(
  :definition,
  :value)
  SENSITIVE = []
  include Aws::Structure
end