Class DataQualityMetricValues
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.DataQualityMetricValues
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataQualityMetricValues.Builder,DataQualityMetricValues>
@Generated("software.amazon.awssdk:codegen") public final class DataQualityMetricValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataQualityMetricValues.Builder,DataQualityMetricValues>
Describes the data quality metric value according to the analysis of historical data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataQualityMetricValues.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleactualValue()The actual value of the data quality metric.static DataQualityMetricValues.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DoubleexpectedValue()The expected value of the data quality metric according to the analysis of historical data.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoublelowerLimit()The lower limit of the data quality metric value according to the analysis of historical data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DataQualityMetricValues.Builder>serializableBuilderClass()DataQualityMetricValues.BuildertoBuilder()StringtoString()Returns a string representation of this object.DoubleupperLimit()The upper limit of the data quality metric value according to the analysis of historical data.-
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
-
actualValue
public final Double actualValue()
The actual value of the data quality metric.
- Returns:
- The actual value of the data quality metric.
-
expectedValue
public final Double expectedValue()
The expected value of the data quality metric according to the analysis of historical data.
- Returns:
- The expected value of the data quality metric according to the analysis of historical data.
-
lowerLimit
public final Double lowerLimit()
The lower limit of the data quality metric value according to the analysis of historical data.
- Returns:
- The lower limit of the data quality metric value according to the analysis of historical data.
-
upperLimit
public final Double upperLimit()
The upper limit of the data quality metric value according to the analysis of historical data.
- Returns:
- The upper limit of the data quality metric value according to the analysis of historical data.
-
toBuilder
public DataQualityMetricValues.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataQualityMetricValues.Builder,DataQualityMetricValues>
-
builder
public static DataQualityMetricValues.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataQualityMetricValues.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-