Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<StartExportLabelsTaskRunResult> |
AbstractAWSGlueAsync.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> |
AWSGlueAsyncClient.startExportLabelsTaskRunAsync(StartExportLabelsTaskRunRequest request,
AsyncHandler<StartExportLabelsTaskRunRequest,StartExportLabelsTaskRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StartExportLabelsTaskRunRequest |
StartExportLabelsTaskRunRequest.clone() |
StartExportLabelsTaskRunRequest |
StartExportLabelsTaskRunRequest.withOutputS3Path(String outputS3Path)
The Amazon S3 path where you export the labels.
|
StartExportLabelsTaskRunRequest |
StartExportLabelsTaskRunRequest.withTransformId(String transformId)
The unique identifier of the machine learning transform.
|
Copyright © 2021. All rights reserved.