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