Uses of Class
software.amazon.awssdk.services.glue.model.GetMlTaskRunResponse
-
Packages that use GetMlTaskRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetMlTaskRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetMlTaskRunResponse Modifier and Type Method Description default GetMlTaskRunResponseGlueClient. getMLTaskRun(Consumer<GetMlTaskRunRequest.Builder> getMlTaskRunRequest)Gets details for a specific task run on a machine learning transform.default GetMlTaskRunResponseGlueClient. getMLTaskRun(GetMlTaskRunRequest getMlTaskRunRequest)Gets details for a specific task run on a machine learning transform.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetMlTaskRunResponse Modifier and Type Method Description default CompletableFuture<GetMlTaskRunResponse>GlueAsyncClient. getMLTaskRun(Consumer<GetMlTaskRunRequest.Builder> getMlTaskRunRequest)Gets details for a specific task run on a machine learning transform.default CompletableFuture<GetMlTaskRunResponse>GlueAsyncClient. getMLTaskRun(GetMlTaskRunRequest getMlTaskRunRequest)Gets details for a specific task run on a machine learning transform.
-