Class DataQualityAggregatedMetrics
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.DataQualityAggregatedMetrics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataQualityAggregatedMetrics.Builder,DataQualityAggregatedMetrics>
@Generated("software.amazon.awssdk:codegen") public final class DataQualityAggregatedMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataQualityAggregatedMetrics.Builder,DataQualityAggregatedMetrics>
A summary of metrics showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataQualityAggregatedMetrics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataQualityAggregatedMetrics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DataQualityAggregatedMetrics.Builder>serializableBuilderClass()DataQualityAggregatedMetrics.BuildertoBuilder()StringtoString()Returns a string representation of this object.DoubletotalRowsFailed()The total number of rows that failed one or more data quality rules.DoubletotalRowsPassed()The total number of rows that passed all applicable data quality rules.DoubletotalRowsProcessed()The total number of rows that were processed during the data quality evaluation.DoubletotalRulesFailed()The total number of data quality rules that failed their evaluation criteria.DoubletotalRulesPassed()The total number of data quality rules that passed their evaluation criteria.DoubletotalRulesProcessed()The total number of data quality rules that were evaluated.-
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
-
totalRowsProcessed
public final Double totalRowsProcessed()
The total number of rows that were processed during the data quality evaluation.
- Returns:
- The total number of rows that were processed during the data quality evaluation.
-
totalRowsPassed
public final Double totalRowsPassed()
The total number of rows that passed all applicable data quality rules.
- Returns:
- The total number of rows that passed all applicable data quality rules.
-
totalRowsFailed
public final Double totalRowsFailed()
The total number of rows that failed one or more data quality rules.
- Returns:
- The total number of rows that failed one or more data quality rules.
-
totalRulesProcessed
public final Double totalRulesProcessed()
The total number of data quality rules that were evaluated.
- Returns:
- The total number of data quality rules that were evaluated.
-
totalRulesPassed
public final Double totalRulesPassed()
The total number of data quality rules that passed their evaluation criteria.
- Returns:
- The total number of data quality rules that passed their evaluation criteria.
-
totalRulesFailed
public final Double totalRulesFailed()
The total number of data quality rules that failed their evaluation criteria.
- Returns:
- The total number of data quality rules that failed their evaluation criteria.
-
toBuilder
public DataQualityAggregatedMetrics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataQualityAggregatedMetrics.Builder,DataQualityAggregatedMetrics>
-
builder
public static DataQualityAggregatedMetrics.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataQualityAggregatedMetrics.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
-
-