Class DataQualityMetric
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutmetrics.model.DataQualityMetric
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataQualityMetric.Builder,DataQualityMetric>
@Generated("software.amazon.awssdk:codegen") public final class DataQualityMetric extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataQualityMetric.Builder,DataQualityMetric>
An array that describes a data quality metric. Each
DataQualityMetricobject contains the data quality metric name, its value, a description of the metric, and the affected column.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataQualityMetric.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataQualityMetric.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmetricDescription()A description of the data quality metric.DataQualityMetricTypemetricType()The name of the data quality metric.StringmetricTypeAsString()The name of the data quality metric.DoublemetricValue()The value of the data quality metric.StringrelatedColumnName()The column that is being monitored.List<SdkField<?>>sdkFields()static Class<? extends DataQualityMetric.Builder>serializableBuilderClass()DataQualityMetric.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
metricType
public final DataQualityMetricType metricType()
The name of the data quality metric.
If the service returns an enum value that is not available in the current SDK version,
metricTypewill returnDataQualityMetricType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommetricTypeAsString().- Returns:
- The name of the data quality metric.
- See Also:
DataQualityMetricType
-
metricTypeAsString
public final String metricTypeAsString()
The name of the data quality metric.
If the service returns an enum value that is not available in the current SDK version,
metricTypewill returnDataQualityMetricType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommetricTypeAsString().- Returns:
- The name of the data quality metric.
- See Also:
DataQualityMetricType
-
metricDescription
public final String metricDescription()
A description of the data quality metric.
- Returns:
- A description of the data quality metric.
-
relatedColumnName
public final String relatedColumnName()
The column that is being monitored.
- Returns:
- The column that is being monitored.
-
metricValue
public final Double metricValue()
The value of the data quality metric.
- Returns:
- The value of the data quality metric.
-
toBuilder
public DataQualityMetric.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataQualityMetric.Builder,DataQualityMetric>
-
builder
public static DataQualityMetric.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataQualityMetric.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-