| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartExportLabelsTaskRunResponse> |
GlueAsyncClient.startExportLabelsTaskRun(Consumer<StartExportLabelsTaskRunRequest.Builder> startExportLabelsTaskRunRequest)
Begins an asynchronous task to export all labeled data for a particular transform.
|
default StartExportLabelsTaskRunResponse |
GlueClient.startExportLabelsTaskRun(Consumer<StartExportLabelsTaskRunRequest.Builder> startExportLabelsTaskRunRequest)
Begins an asynchronous task to export all labeled data for a particular transform.
|
| Modifier and Type | Method and Description |
|---|---|
static StartExportLabelsTaskRunRequest.Builder |
StartExportLabelsTaskRunRequest.builder() |
StartExportLabelsTaskRunRequest.Builder |
StartExportLabelsTaskRunRequest.Builder.outputS3Path(String outputS3Path)
The Amazon S3 path where you export the labels.
|
StartExportLabelsTaskRunRequest.Builder |
StartExportLabelsTaskRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartExportLabelsTaskRunRequest.Builder |
StartExportLabelsTaskRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartExportLabelsTaskRunRequest.Builder |
StartExportLabelsTaskRunRequest.toBuilder() |
StartExportLabelsTaskRunRequest.Builder |
StartExportLabelsTaskRunRequest.Builder.transformId(String transformId)
The unique identifier of the machine learning transform.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartExportLabelsTaskRunRequest.Builder> |
StartExportLabelsTaskRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.