| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
CountPercent |
SensorStatisticsSummary.duplicateTimestamps()
Parameter that describes the total number of duplicate timestamp records associated with the sensor that the
statistics belong to.
|
CountPercent |
SensorStatisticsSummary.invalidDateEntries()
Parameter that describes the total number of invalid date entries associated with the sensor that the statistics
belong to.
|
CountPercent |
SensorStatisticsSummary.invalidValues()
Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the
statistics belong to.
|
CountPercent |
SensorStatisticsSummary.missingValues()
Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the
statistics belong to.
|
| Modifier and Type | Method and Description |
|---|---|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.duplicateTimestamps(CountPercent duplicateTimestamps)
Parameter that describes the total number of duplicate timestamp records associated with the sensor that the
statistics belong to.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.invalidDateEntries(CountPercent invalidDateEntries)
Parameter that describes the total number of invalid date entries associated with the sensor that the
statistics belong to.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.invalidValues(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.Builder |
SensorStatisticsSummary.Builder.missingValues(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 © 2022. All rights reserved.