Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CancelMLTaskRunResult |
AbstractAWSGlue.cancelMLTaskRun(CancelMLTaskRunRequest request) |
CancelMLTaskRunResult |
AWSGlue.cancelMLTaskRun(CancelMLTaskRunRequest cancelMLTaskRunRequest)
Cancels (stops) a task run.
|
CancelMLTaskRunResult |
AWSGlueClient.cancelMLTaskRun(CancelMLTaskRunRequest request)
Cancels (stops) a task run.
|
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 |
---|---|
CancelMLTaskRunResult |
CancelMLTaskRunResult.clone() |
CancelMLTaskRunResult |
CancelMLTaskRunResult.withStatus(String status)
The status for this run.
|
CancelMLTaskRunResult |
CancelMLTaskRunResult.withStatus(TaskStatusType status)
The status for this run.
|
CancelMLTaskRunResult |
CancelMLTaskRunResult.withTaskRunId(String taskRunId)
The unique identifier for the task run.
|
CancelMLTaskRunResult |
CancelMLTaskRunResult.withTransformId(String transformId)
The unique identifier of the machine learning transform.
|
Copyright © 2019. All rights reserved.