| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.builder() |
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.completedOn(Instant completedOn)
The date and time when this task run was completed.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.errorString(String errorString)
The error strings that are associated with the task run.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.executionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.lastModifiedOn(Instant lastModifiedOn)
The date and time when this task run was last modified.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.logGroupName(String logGroupName)
The names of the log groups that are associated with the task run.
|
default GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.properties(Consumer<TaskRunProperties.Builder> properties)
The list of properties that are associated with the task run.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.properties(TaskRunProperties properties)
The list of properties that are associated with the task run.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.startedOn(Instant startedOn)
The date and time when this task run started.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.status(String status)
The status for this task run.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.status(TaskStatusType status)
The status for this task run.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.taskRunId(String taskRunId)
The unique run identifier associated with this run.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.toBuilder() |
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.transformId(String transformId)
The unique identifier of the task run.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMlTaskRunResponse.Builder> |
GetMlTaskRunResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.