Uses of Class
software.amazon.awssdk.services.glue.model.StartMlLabelingSetGenerationTaskRunResponse
-
Packages that use StartMlLabelingSetGenerationTaskRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StartMlLabelingSetGenerationTaskRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StartMlLabelingSetGenerationTaskRunResponse Modifier and Type Method Description default StartMlLabelingSetGenerationTaskRunResponseGlueClient. startMLLabelingSetGenerationTaskRun(Consumer<StartMlLabelingSetGenerationTaskRunRequest.Builder> startMlLabelingSetGenerationTaskRunRequest)Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.default StartMlLabelingSetGenerationTaskRunResponseGlueClient. startMLLabelingSetGenerationTaskRun(StartMlLabelingSetGenerationTaskRunRequest startMlLabelingSetGenerationTaskRunRequest)Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StartMlLabelingSetGenerationTaskRunResponse Modifier and Type Method Description default CompletableFuture<StartMlLabelingSetGenerationTaskRunResponse>GlueAsyncClient. startMLLabelingSetGenerationTaskRun(Consumer<StartMlLabelingSetGenerationTaskRunRequest.Builder> startMlLabelingSetGenerationTaskRunRequest)Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.default CompletableFuture<StartMlLabelingSetGenerationTaskRunResponse>GlueAsyncClient. startMLLabelingSetGenerationTaskRun(StartMlLabelingSetGenerationTaskRunRequest startMlLabelingSetGenerationTaskRunRequest)Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.
-