Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GetMLTaskRunResult |
AbstractAWSGlue.getMLTaskRun(GetMLTaskRunRequest request) |
GetMLTaskRunResult |
AWSGlue.getMLTaskRun(GetMLTaskRunRequest getMLTaskRunRequest)
Gets details for a specific task run on a machine learning transform.
|
GetMLTaskRunResult |
AWSGlueClient.getMLTaskRun(GetMLTaskRunRequest request)
Gets details for a specific task run on a machine learning transform.
|
Modifier and Type | Method and Description |
---|---|
Future<GetMLTaskRunResult> |
AWSGlueAsyncClient.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> |
AbstractAWSGlueAsync.getMLTaskRunAsync(GetMLTaskRunRequest request,
AsyncHandler<GetMLTaskRunRequest,GetMLTaskRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetMLTaskRunResult |
GetMLTaskRunResult.clone() |
GetMLTaskRunResult |
GetMLTaskRunResult.withCompletedOn(Date completedOn)
The date and time when this task run was completed.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withErrorString(String errorString)
The error strings that are associated with the task run.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withExecutionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withLastModifiedOn(Date lastModifiedOn)
The date and time when this task run was last modified.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withLogGroupName(String logGroupName)
The names of the log groups that are associated with the task run.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withProperties(TaskRunProperties properties)
The list of properties that are associated with the task run.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withStartedOn(Date startedOn)
The date and time when this task run started.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withStatus(String status)
The status for this task run.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withStatus(TaskStatusType status)
The status for this task run.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withTaskRunId(String taskRunId)
The unique run identifier associated with this run.
|
GetMLTaskRunResult |
GetMLTaskRunResult.withTransformId(String transformId)
The unique identifier of the task run.
|
Copyright © 2020. All rights reserved.