| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default StartMlLabelingSetGenerationTaskRunResponse |
GlueClient.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 StartMlLabelingSetGenerationTaskRunResponse |
GlueClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.