Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.DataQualityMetricType
-
Packages that use DataQualityMetricType Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of DataQualityMetricType in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return DataQualityMetricType Modifier and Type Method Description static DataQualityMetricTypeDataQualityMetricType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataQualityMetricTypeDataQualityMetric. metricType()The name of the data quality metric.static DataQualityMetricTypeDataQualityMetricType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataQualityMetricType[]DataQualityMetricType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type DataQualityMetricType Modifier and Type Method Description static Set<DataQualityMetricType>DataQualityMetricType. knownValues()Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type DataQualityMetricType Modifier and Type Method Description DataQualityMetric.BuilderDataQualityMetric.Builder. metricType(DataQualityMetricType metricType)The name of the data quality metric.
-