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