| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
InvalidSensorData |
InvalidSensorData.clone() |
InvalidSensorData |
DataQualitySummary.getInvalidSensorData()
Parameter that gives information about data that is invalid over all the sensors in the input data.
|
InvalidSensorData |
InvalidSensorData.withAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have at least some invalid values.
|
InvalidSensorData |
InvalidSensorData.withTotalNumberOfInvalidValues(Integer totalNumberOfInvalidValues)
Indicates the total number of invalid values across all the sensors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataQualitySummary.setInvalidSensorData(InvalidSensorData invalidSensorData)
Parameter that gives information about data that is invalid over all the sensors in the input data.
|
DataQualitySummary |
DataQualitySummary.withInvalidSensorData(InvalidSensorData invalidSensorData)
Parameter that gives information about data that is invalid over all the sensors in the input data.
|
Copyright © 2023. All rights reserved.