Class: Aws::BedrockAgentCoreControl::Types::NumericalScaleDefinition

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

Instance Attribute Details

#definitionString

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

Returns:

  • (String)


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

#labelString

The label or name that describes this numerical rating option.

Returns:

  • (String)


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

#valueFloat

The numerical value for this rating scale option.

Returns:

  • (Float)


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