Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
StartExportLabelsTaskRunResult |
AWSGlueClient.startExportLabelsTaskRun(StartExportLabelsTaskRunRequest request)
Begins an asynchronous task to export all labeled data for a particular transform.
|
StartExportLabelsTaskRunResult |
AWSGlue.startExportLabelsTaskRun(StartExportLabelsTaskRunRequest startExportLabelsTaskRunRequest)
Begins an asynchronous task to export all labeled data for a particular transform.
|
StartExportLabelsTaskRunResult |
AbstractAWSGlue.startExportLabelsTaskRun(StartExportLabelsTaskRunRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<StartExportLabelsTaskRunResult> |
AWSGlueAsyncClient.startExportLabelsTaskRunAsync(StartExportLabelsTaskRunRequest request,
AsyncHandler<StartExportLabelsTaskRunRequest,StartExportLabelsTaskRunResult> asyncHandler) |
Future<StartExportLabelsTaskRunResult> |
AWSGlueAsync.startExportLabelsTaskRunAsync(StartExportLabelsTaskRunRequest startExportLabelsTaskRunRequest,
AsyncHandler<StartExportLabelsTaskRunRequest,StartExportLabelsTaskRunResult> asyncHandler)
Begins an asynchronous task to export all labeled data for a particular transform.
|
Future<StartExportLabelsTaskRunResult> |
AbstractAWSGlueAsync.startExportLabelsTaskRunAsync(StartExportLabelsTaskRunRequest request,
AsyncHandler<StartExportLabelsTaskRunRequest,StartExportLabelsTaskRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StartExportLabelsTaskRunResult |
StartExportLabelsTaskRunResult.clone() |
StartExportLabelsTaskRunResult |
StartExportLabelsTaskRunResult.withTaskRunId(String taskRunId)
The unique identifier for the task run.
|
Copyright © 2023. All rights reserved.