Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<CancelMLTaskRunResult> |
AWSGlueAsyncClient.cancelMLTaskRunAsync(CancelMLTaskRunRequest request,
AsyncHandler<CancelMLTaskRunRequest,CancelMLTaskRunResult> asyncHandler) |
Future<CancelMLTaskRunResult> |
AWSGlueAsync.cancelMLTaskRunAsync(CancelMLTaskRunRequest cancelMLTaskRunRequest,
AsyncHandler<CancelMLTaskRunRequest,CancelMLTaskRunResult> asyncHandler)
Cancels (stops) a task run.
|
Future<CancelMLTaskRunResult> |
AbstractAWSGlueAsync.cancelMLTaskRunAsync(CancelMLTaskRunRequest request,
AsyncHandler<CancelMLTaskRunRequest,CancelMLTaskRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CancelMLTaskRunRequest |
CancelMLTaskRunRequest.clone() |
CancelMLTaskRunRequest |
CancelMLTaskRunRequest.withTaskRunId(String taskRunId)
A unique identifier for the task run.
|
CancelMLTaskRunRequest |
CancelMLTaskRunRequest.withTransformId(String transformId)
The unique identifier of the machine learning transform.
|
Copyright © 2020. All rights reserved.