Class: Aws::LookoutEquipment::Types::LargeTimestampGaps
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::LargeTimestampGaps
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Entity that comprises information on large gaps between consecutive timestamps in data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_timestamp_gap_in_days ⇒ Integer
Indicates the size of the largest timestamp gap, in days.
-
#number_of_large_timestamp_gaps ⇒ Integer
Indicates the number of large timestamp gaps, if there are any.
-
#status ⇒ String
Indicates whether there is a potential data issue related to large gaps in timestamps.
Instance Attribute Details
#max_timestamp_gap_in_days ⇒ Integer
Indicates the size of the largest timestamp gap, in days.
2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2794 class LargeTimestampGaps < Struct.new( :status, :number_of_large_timestamp_gaps, :max_timestamp_gap_in_days) SENSITIVE = [] include Aws::Structure end |
#number_of_large_timestamp_gaps ⇒ Integer
Indicates the number of large timestamp gaps, if there are any.
2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2794 class LargeTimestampGaps < Struct.new( :status, :number_of_large_timestamp_gaps, :max_timestamp_gap_in_days) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates whether there is a potential data issue related to large gaps in timestamps.
2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2794 class LargeTimestampGaps < Struct.new( :status, :number_of_large_timestamp_gaps, :max_timestamp_gap_in_days) SENSITIVE = [] include Aws::Structure end |