| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
LargeTimestampGaps |
LargeTimestampGaps.clone() |
LargeTimestampGaps |
SensorStatisticsSummary.getLargeTimestampGaps()
Parameter that describes potential risk about whether data associated with the sensor contains one or more large
gaps between consecutive timestamps.
|
LargeTimestampGaps |
LargeTimestampGaps.withMaxTimestampGapInDays(Integer maxTimestampGapInDays)
Indicates the size of the largest timestamp gap, in days.
|
LargeTimestampGaps |
LargeTimestampGaps.withNumberOfLargeTimestampGaps(Integer numberOfLargeTimestampGaps)
Indicates the number of large timestamp gaps, if there are any.
|
LargeTimestampGaps |
LargeTimestampGaps.withStatus(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
LargeTimestampGaps |
LargeTimestampGaps.withStatus(String status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SensorStatisticsSummary.setLargeTimestampGaps(LargeTimestampGaps largeTimestampGaps)
Parameter that describes potential risk about whether data associated with the sensor contains one or more large
gaps between consecutive timestamps.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withLargeTimestampGaps(LargeTimestampGaps largeTimestampGaps)
Parameter that describes potential risk about whether data associated with the sensor contains one or more large
gaps between consecutive timestamps.
|
Copyright © 2023. All rights reserved.