Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
TaskRun |
TaskRun.clone() |
TaskRun |
TaskRun.withCompletedOn(Date completedOn)
The last point in time that the requested task run was completed.
|
TaskRun |
TaskRun.withErrorString(String errorString)
The list of error strings associated with this task run.
|
TaskRun |
TaskRun.withExecutionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
|
TaskRun |
TaskRun.withLastModifiedOn(Date lastModifiedOn)
The last point in time that the requested task run was updated.
|
TaskRun |
TaskRun.withLogGroupName(String logGroupName)
The names of the log group for secure logging, associated with this task run.
|
TaskRun |
TaskRun.withProperties(TaskRunProperties properties)
Specifies configuration properties associated with this task run.
|
TaskRun |
TaskRun.withStartedOn(Date startedOn)
The date and time that this task run started.
|
TaskRun |
TaskRun.withStatus(String status)
The current status of the requested task run.
|
TaskRun |
TaskRun.withStatus(TaskStatusType status)
The current status of the requested task run.
|
TaskRun |
TaskRun.withTaskRunId(String taskRunId)
The unique identifier for this task run.
|
TaskRun |
TaskRun.withTransformId(String transformId)
The unique identifier for the transform.
|
Modifier and Type | Method and Description |
---|---|
List<TaskRun> |
GetMLTaskRunsResult.getTaskRuns()
A list of task runs that are associated with the transform.
|
Modifier and Type | Method and Description |
---|---|
GetMLTaskRunsResult |
GetMLTaskRunsResult.withTaskRuns(TaskRun... taskRuns)
A list of task runs that are associated with the transform.
|
Modifier and Type | Method and Description |
---|---|
void |
GetMLTaskRunsResult.setTaskRuns(Collection<TaskRun> taskRuns)
A list of task runs that are associated with the transform.
|
GetMLTaskRunsResult |
GetMLTaskRunsResult.withTaskRuns(Collection<TaskRun> taskRuns)
A list of task runs that are associated with the transform.
|
Copyright © 2025. All rights reserved.