| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
List<SensorStatisticsSummary> |
ListSensorStatisticsResponse.sensorStatisticsSummaries()
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types, such
as whether data exists, the number and percentage of missing values, and the number and percentage of duplicate
timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
ListSensorStatisticsResponse.Builder |
ListSensorStatisticsResponse.Builder.sensorStatisticsSummaries(SensorStatisticsSummary... sensorStatisticsSummaries)
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types,
such as whether data exists, the number and percentage of missing values, and the number and percentage of
duplicate timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
ListSensorStatisticsResponse.Builder |
ListSensorStatisticsResponse.Builder.sensorStatisticsSummaries(Collection<SensorStatisticsSummary> sensorStatisticsSummaries)
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types,
such as whether data exists, the number and percentage of missing values, and the number and percentage of
duplicate timestamps.
|
Copyright © 2022. All rights reserved.