| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
CountPercent |
CountPercent.clone() |
CountPercent |
SensorStatisticsSummary.getDuplicateTimestamps()
Parameter that describes the total number of duplicate timestamp records associated with the sensor that the
statistics belong to.
|
CountPercent |
SensorStatisticsSummary.getInvalidDateEntries()
Parameter that describes the total number of invalid date entries associated with the sensor that the statistics
belong to.
|
CountPercent |
SensorStatisticsSummary.getInvalidValues()
Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the
statistics belong to.
|
CountPercent |
SensorStatisticsSummary.getMissingValues()
Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the
statistics belong to.
|
CountPercent |
CountPercent.withCount(Integer count)
Indicates the count of occurences of the given statistic.
|
CountPercent |
CountPercent.withPercentage(Float percentage)
Indicates the percentage of occurances of the given statistic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SensorStatisticsSummary.setDuplicateTimestamps(CountPercent duplicateTimestamps)
Parameter that describes the total number of duplicate timestamp records associated with the sensor that the
statistics belong to.
|
void |
SensorStatisticsSummary.setInvalidDateEntries(CountPercent invalidDateEntries)
Parameter that describes the total number of invalid date entries associated with the sensor that the statistics
belong to.
|
void |
SensorStatisticsSummary.setInvalidValues(CountPercent invalidValues)
Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the
statistics belong to.
|
void |
SensorStatisticsSummary.setMissingValues(CountPercent missingValues)
Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the
statistics belong to.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withDuplicateTimestamps(CountPercent duplicateTimestamps)
Parameter that describes the total number of duplicate timestamp records associated with the sensor that the
statistics belong to.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withInvalidDateEntries(CountPercent invalidDateEntries)
Parameter that describes the total number of invalid date entries associated with the sensor that the statistics
belong to.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withInvalidValues(CountPercent invalidValues)
Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the
statistics belong to.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withMissingValues(CountPercent missingValues)
Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the
statistics belong to.
|
Copyright © 2025. All rights reserved.