Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.SensorStatisticsSummary
-
Packages that use SensorStatisticsSummary Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of SensorStatisticsSummary in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type SensorStatisticsSummary Modifier and Type Method 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.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type SensorStatisticsSummary Modifier and Type Method Description ListSensorStatisticsResponse.BuilderListSensorStatisticsResponse.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.Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type SensorStatisticsSummary Modifier and Type Method Description ListSensorStatisticsResponse.BuilderListSensorStatisticsResponse.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.
-