Uses of Class
software.amazon.awssdk.services.glue.model.GetDataQualityModelRequest
-
Packages that use GetDataQualityModelRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetDataQualityModelRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetDataQualityModelRequest Modifier and Type Method Description default CompletableFuture<GetDataQualityModelResponse>GlueAsyncClient. getDataQualityModel(GetDataQualityModelRequest 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). -
Uses of GetDataQualityModelRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetDataQualityModelRequest Modifier and Type Method Description SdkHttpFullRequestGetDataQualityModelRequestMarshaller. marshall(GetDataQualityModelRequest getDataQualityModelRequest)
-