Class: Aws::LookoutEquipment::Types::MonotonicValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::MonotonicValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Entity that comprises information on monotonic values in the data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monotonicity ⇒ String
Indicates the monotonicity of values.
-
#status ⇒ String
Indicates whether there is a potential data issue related to having monotonic values.
Instance Attribute Details
#monotonicity ⇒ String
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
3735 3736 3737 3738 3739 3740 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3735 class MonotonicValues < Struct.new( :status, :monotonicity) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates whether there is a potential data issue related to having monotonic values.
3735 3736 3737 3738 3739 3740 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3735 class MonotonicValues < Struct.new( :status, :monotonicity) SENSITIVE = [] include Aws::Structure end |