Class: Aws::LookoutEquipment::Types::MonotonicValues

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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

Instance Attribute Details

#monotonicityString

Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.

Returns:

  • (String)


3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3735

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

#statusString

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

Returns:

  • (String)


3735
3736
3737
3738
3739
3740
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3735

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