| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
SensorStatisticsSummary |
SensorStatisticsSummary.clone() |
SensorStatisticsSummary |
SensorStatisticsSummary.withCategoricalValues(CategoricalValues categoricalValues)
Parameter that describes potential risk about whether data associated with the sensor is categorical.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withComponentName(String componentName)
Name of the component to which the particular sensor belongs for which the statistics belong to.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withDataEndTime(Date dataEndTime)
Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics
belong to.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withDataExists(Boolean dataExists)
Parameter that indicates whether data exists for the sensor that the statistics belong to.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withDataStartTime(Date dataStartTime)
Indicates the time reference to indicate the beginning of valid data associated with 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.withLargeTimestampGaps(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.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.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withMonotonicValues(MonotonicValues monotonicValues)
Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withMultipleOperatingModes(MultipleOperatingModes multipleOperatingModes)
Parameter that describes potential risk about whether data associated with the sensor has more than one operating
mode.
|
SensorStatisticsSummary |
SensorStatisticsSummary.withSensorName(String sensorName)
Name of the sensor that the statistics belong to.
|
| Modifier and Type | Method and Description |
|---|---|
List<SensorStatisticsSummary> |
ListSensorStatisticsResult.getSensorStatisticsSummaries()
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 |
|---|---|
ListSensorStatisticsResult |
ListSensorStatisticsResult.withSensorStatisticsSummaries(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 |
|---|---|
void |
ListSensorStatisticsResult.setSensorStatisticsSummaries(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.
|
ListSensorStatisticsResult |
ListSensorStatisticsResult.withSensorStatisticsSummaries(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 © 2024. All rights reserved.