Class: Aws::LexModelsV2::Types::AnalyticsBinBySpecification

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

Overview

Contains the time metric, interval, and method by which to bin the analytics data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intervalString

Specifies the interval of time by which to bin the analytics data.

Returns:

  • (String)


232
233
234
235
236
237
238
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 232

class AnalyticsBinBySpecification < Struct.new(
  :name,
  :interval,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Specifies the time metric by which to bin the analytics data.

Returns:

  • (String)


232
233
234
235
236
237
238
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 232

class AnalyticsBinBySpecification < Struct.new(
  :name,
  :interval,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#orderString

Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.

Returns:

  • (String)


232
233
234
235
236
237
238
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 232

class AnalyticsBinBySpecification < Struct.new(
  :name,
  :interval,
  :order)
  SENSITIVE = []
  include Aws::Structure
end