Class: Aws::LexModelsV2::Types::AnalyticsBinKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AnalyticsBinKey
- Includes:
- Structure
- Defined in:
- 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
-
#name ⇒ String
The criterion by which to bin the results.
-
#value ⇒ Integer
The value of the criterion that defines the bin.
Instance Attribute Details
#name ⇒ String
The criterion by which to bin the results.
253 254 255 256 257 258 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 253 class AnalyticsBinKey < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The value of the criterion that defines the bin.
253 254 255 256 257 258 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 253 class AnalyticsBinKey < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |