@Generated(value="software.amazon.awssdk:codegen") public final class SensorStatisticsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SensorStatisticsSummary.Builder,SensorStatisticsSummary>
Summary of ingestion statistics like whether data exists, number of missing values, number of invalid values and so on related to the particular sensor.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SensorStatisticsSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SensorStatisticsSummary.Builder |
builder() |
CategoricalValues |
categoricalValues()
Parameter that describes potential risk about whether data associated with the sensor is categorical.
|
String |
componentName()
Name of the component to which the particular sensor belongs for which the statistics belong to.
|
Instant |
dataEndTime()
Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics
belong to.
|
Boolean |
dataExists()
Parameter that indicates whether data exists for the sensor that the statistics belong to.
|
Instant |
dataStartTime()
Indicates the time reference to indicate the beginning of valid data associated with the sensor that the
statistics belong to.
|
CountPercent |
duplicateTimestamps()
Parameter that describes the total number of duplicate timestamp records associated with the sensor that the
statistics belong to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CountPercent |
invalidDateEntries()
Parameter that describes the total number of invalid date entries associated with the sensor that the statistics
belong to.
|
CountPercent |
invalidValues()
Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the
statistics belong to.
|
LargeTimestampGaps |
largeTimestampGaps()
Parameter that describes potential risk about whether data associated with the sensor contains one or more large
gaps between consecutive timestamps.
|
CountPercent |
missingValues()
Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the
statistics belong to.
|
MonotonicValues |
monotonicValues()
Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
|
MultipleOperatingModes |
multipleOperatingModes()
Parameter that describes potential risk about whether data associated with the sensor has more than one operating
mode.
|
List<SdkField<?>> |
sdkFields() |
String |
sensorName()
Name of the sensor that the statistics belong to.
|
static Class<? extends SensorStatisticsSummary.Builder> |
serializableBuilderClass() |
SensorStatisticsSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String componentName()
Name of the component to which the particular sensor belongs for which the statistics belong to.
public final String sensorName()
Name of the sensor that the statistics belong to.
public final Boolean dataExists()
Parameter that indicates whether data exists for the sensor that the statistics belong to.
public final CountPercent missingValues()
Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.
public final CountPercent invalidValues()
Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.
public final CountPercent invalidDateEntries()
Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.
public final CountPercent duplicateTimestamps()
Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.
public final CategoricalValues categoricalValues()
Parameter that describes potential risk about whether data associated with the sensor is categorical.
public final MultipleOperatingModes multipleOperatingModes()
Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.
public final LargeTimestampGaps largeTimestampGaps()
Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.
public final MonotonicValues monotonicValues()
Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
public final Instant dataStartTime()
Indicates the time reference to indicate the beginning of valid data associated with the sensor that the statistics belong to.
public final Instant dataEndTime()
Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics belong to.
public SensorStatisticsSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SensorStatisticsSummary.Builder,SensorStatisticsSummary>public static SensorStatisticsSummary.Builder builder()
public static Class<? extends SensorStatisticsSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.