Class: Aws::BedrockAgentCoreControl::Types::CategoricalScaleDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#definitionString

The description that explains what this categorical rating represents and when it should be used.

Returns:

  • (String)


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

#labelString

The label or name of this categorical rating option.

Returns:

  • (String)


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