Class: Aws::BedrockAgentCoreControl::Types::CategoricalScaleDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CategoricalScaleDefinition
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The definition of a categorical rating scale option that provides a named category with its description for evaluation scoring.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ String
The description that explains what this categorical rating represents and when it should be used.
-
#label ⇒ String
The label or name of this categorical rating option.
Instance Attribute Details
#definition ⇒ String
The description that explains what this categorical rating represents and when it should be used.
595 596 597 598 599 600 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 595 class CategoricalScaleDefinition < Struct.new( :definition, :label) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label or name of this categorical rating option.
595 596 597 598 599 600 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 595 class CategoricalScaleDefinition < Struct.new( :definition, :label) SENSITIVE = [] include Aws::Structure end |