Class: Aws::LexModelsV2::Types::AnalyticsBinKey

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

Overview

An object containing the criterion by which to bin the results and the value that defines that bin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The criterion by which to bin the results.

Returns:

  • (String)


253
254
255
256
257
258
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 253

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

#valueInteger

The value of the criterion that defines the bin.

Returns:

  • (Integer)


253
254
255
256
257
258
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 253

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