Class: Aws::BedrockAgentCoreControl::Types::NumericalScaleDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::NumericalScaleDefinition
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The definition of a numerical rating scale option that provides a numeric value with its description for evaluation scoring.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ String
The description that explains what this numerical rating represents and when it should be used.
-
#label ⇒ String
The label or name that describes this numerical rating option.
-
#value ⇒ Float
The numerical value for this rating scale option.
Instance Attribute Details
#definition ⇒ String
The description that explains what this numerical rating represents and when it should be used.
7063 7064 7065 7066 7067 7068 7069 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7063 class NumericalScaleDefinition < Struct.new( :definition, :value, :label) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label or name that describes this numerical rating option.
7063 7064 7065 7066 7067 7068 7069 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7063 class NumericalScaleDefinition < Struct.new( :definition, :value, :label) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The numerical value for this rating scale option.
7063 7064 7065 7066 7067 7068 7069 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7063 class NumericalScaleDefinition < Struct.new( :definition, :value, :label) SENSITIVE = [] include Aws::Structure end |