Class: Aws::LookoutEquipment::Types::CategoricalValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::CategoricalValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Entity that comprises information on categorical values in data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#number_of_category ⇒ Integer
Indicates the number of categories in the data.
-
#status ⇒ String
Indicates whether there is a potential data issue related to categorical values.
Instance Attribute Details
#number_of_category ⇒ Integer
Indicates the number of categories in the data.
40 41 42 43 44 45 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 40 class CategoricalValues < Struct.new( :status, :number_of_category) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates whether there is a potential data issue related to categorical values.
40 41 42 43 44 45 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 40 class CategoricalValues < Struct.new( :status, :number_of_category) SENSITIVE = [] include Aws::Structure end |