| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
MissingSensorData |
MissingSensorData.clone() |
MissingSensorData |
DataQualitySummary.getMissingSensorData()
Parameter that gives information about data that is missing over all the sensors in the input data.
|
MissingSensorData |
MissingSensorData.withAffectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have atleast some data missing.
|
MissingSensorData |
MissingSensorData.withTotalNumberOfMissingValues(Integer totalNumberOfMissingValues)
Indicates the total number of missing values across all the sensors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataQualitySummary.setMissingSensorData(MissingSensorData missingSensorData)
Parameter that gives information about data that is missing over all the sensors in the input data.
|
DataQualitySummary |
DataQualitySummary.withMissingSensorData(MissingSensorData missingSensorData)
Parameter that gives information about data that is missing over all the sensors in the input data.
|
Copyright © 2025. All rights reserved.