Uses of Class
software.amazon.awssdk.services.glue.model.GetDataQualityModelResponse
-
Packages that use GetDataQualityModelResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetDataQualityModelResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetDataQualityModelResponse Modifier and Type Method Description default GetDataQualityModelResponseGlueClient. getDataQualityModel(Consumer<GetDataQualityModelRequest.Builder> getDataQualityModelRequest)Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).default GetDataQualityModelResponseGlueClient. getDataQualityModel(GetDataQualityModelRequest getDataQualityModelRequest)Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetDataQualityModelResponse Modifier and Type Method Description default CompletableFuture<GetDataQualityModelResponse>GlueAsyncClient. getDataQualityModel(Consumer<GetDataQualityModelRequest.Builder> getDataQualityModelRequest)Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).default CompletableFuture<GetDataQualityModelResponse>GlueAsyncClient. getDataQualityModel(GetDataQualityModelRequest getDataQualityModelRequest)Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).
-