DataQualitySummary

DataQualitySummary gives aggregated statistics over all the sensors about a completed ingestion job. It primarily gives more information about statistics over different incorrect data like MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, DuplicateTimeStamps.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Parameter that gives information about duplicate timestamps in the input data.

Link copied to clipboard

Parameter that gives information about insufficient data for sensors in the dataset. This includes information about those sensors that have complete data missing and those with a short date range.

Link copied to clipboard

Parameter that gives information about data that is invalid over all the sensors in the input data.

Link copied to clipboard

Parameter that gives information about data that is missing over all the sensors in the input data.

Link copied to clipboard

Parameter that gives information about unsupported timestamps in the input data.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String