Uses of Class
software.amazon.awssdk.services.glue.model.StartMlLabelingSetGenerationTaskRunRequest
-
Packages that use StartMlLabelingSetGenerationTaskRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of StartMlLabelingSetGenerationTaskRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type StartMlLabelingSetGenerationTaskRunRequest Modifier and Type Method Description 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.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. -
Uses of StartMlLabelingSetGenerationTaskRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type StartMlLabelingSetGenerationTaskRunRequest Modifier and Type Method Description SdkHttpFullRequestStartMlLabelingSetGenerationTaskRunRequestMarshaller. marshall(StartMlLabelingSetGenerationTaskRunRequest startMlLabelingSetGenerationTaskRunRequest)
-