Class: Aws::LookoutEquipment::Types::CategoricalValues

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

Overview

Entity that comprises information on categorical values in data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_categoryInteger

Indicates the number of categories in the data.

Returns:

  • (Integer)


40
41
42
43
44
45
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 40

class CategoricalValues < Struct.new(
  :status,
  :number_of_category)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates whether there is a potential data issue related to categorical values.

Returns:

  • (String)


40
41
42
43
44
45
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 40

class CategoricalValues < Struct.new(
  :status,
  :number_of_category)
  SENSITIVE = []
  include Aws::Structure
end