Uses of Class
software.amazon.awssdk.services.glue.model.StartMlEvaluationTaskRunResponse
-
Packages that use StartMlEvaluationTaskRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StartMlEvaluationTaskRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StartMlEvaluationTaskRunResponse Modifier and Type Method Description default StartMlEvaluationTaskRunResponseGlueClient. startMLEvaluationTaskRun(Consumer<StartMlEvaluationTaskRunRequest.Builder> startMlEvaluationTaskRunRequest)Starts a task to estimate the quality of the transform.default StartMlEvaluationTaskRunResponseGlueClient. startMLEvaluationTaskRun(StartMlEvaluationTaskRunRequest startMlEvaluationTaskRunRequest)Starts a task to estimate the quality of the transform.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StartMlEvaluationTaskRunResponse Modifier and Type Method Description default CompletableFuture<StartMlEvaluationTaskRunResponse>GlueAsyncClient. startMLEvaluationTaskRun(Consumer<StartMlEvaluationTaskRunRequest.Builder> startMlEvaluationTaskRunRequest)Starts a task to estimate the quality of the transform.default CompletableFuture<StartMlEvaluationTaskRunResponse>GlueAsyncClient. startMLEvaluationTaskRun(StartMlEvaluationTaskRunRequest startMlEvaluationTaskRunRequest)Starts a task to estimate the quality of the transform.
-