Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GetMLTaskRunResult |
AWSGlueClient.getMLTaskRun(GetMLTaskRunRequest request)
Gets details for a specific task run on a machine learning transform.
|
GetMLTaskRunResult |
AbstractAWSGlue.getMLTaskRun(GetMLTaskRunRequest request) |
GetMLTaskRunResult |
AWSGlue.getMLTaskRun(GetMLTaskRunRequest getMLTaskRunRequest)
Gets details for a specific task run on a machine learning transform.
|
Future<GetMLTaskRunResult> |
AbstractAWSGlueAsync.getMLTaskRunAsync(GetMLTaskRunRequest request) |
Future<GetMLTaskRunResult> |
AWSGlueAsync.getMLTaskRunAsync(GetMLTaskRunRequest getMLTaskRunRequest)
Gets details for a specific task run on a machine learning transform.
|
Future<GetMLTaskRunResult> |
AWSGlueAsyncClient.getMLTaskRunAsync(GetMLTaskRunRequest request) |
Future<GetMLTaskRunResult> |
AbstractAWSGlueAsync.getMLTaskRunAsync(GetMLTaskRunRequest request,
AsyncHandler<GetMLTaskRunRequest,GetMLTaskRunResult> asyncHandler) |
Future<GetMLTaskRunResult> |
AWSGlueAsync.getMLTaskRunAsync(GetMLTaskRunRequest getMLTaskRunRequest,
AsyncHandler<GetMLTaskRunRequest,GetMLTaskRunResult> asyncHandler)
Gets details for a specific task run on a machine learning transform.
|
Future<GetMLTaskRunResult> |
AWSGlueAsyncClient.getMLTaskRunAsync(GetMLTaskRunRequest request,
AsyncHandler<GetMLTaskRunRequest,GetMLTaskRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetMLTaskRunResult> |
AbstractAWSGlueAsync.getMLTaskRunAsync(GetMLTaskRunRequest request,
AsyncHandler<GetMLTaskRunRequest,GetMLTaskRunResult> asyncHandler) |
Future<GetMLTaskRunResult> |
AWSGlueAsync.getMLTaskRunAsync(GetMLTaskRunRequest getMLTaskRunRequest,
AsyncHandler<GetMLTaskRunRequest,GetMLTaskRunResult> asyncHandler)
Gets details for a specific task run on a machine learning transform.
|
Future<GetMLTaskRunResult> |
AWSGlueAsyncClient.getMLTaskRunAsync(GetMLTaskRunRequest request,
AsyncHandler<GetMLTaskRunRequest,GetMLTaskRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetMLTaskRunRequest |
GetMLTaskRunRequest.clone() |
GetMLTaskRunRequest |
GetMLTaskRunRequest.withTaskRunId(String taskRunId)
The unique identifier of the task run.
|
GetMLTaskRunRequest |
GetMLTaskRunRequest.withTransformId(String transformId)
The unique identifier of the machine learning transform.
|
Copyright © 2021. All rights reserved.