@Generated(value="software.amazon.awssdk:codegen") public final class TaskRun extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskRun.Builder,TaskRun>
The sampling parameters that are associated with the machine learning transform.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskRun.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskRun.Builder |
builder() |
Instant |
completedOn()
The last point in time that the requested task run was completed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorString()
The list of error strings associated with this task run.
|
Integer |
executionTime()
The amount of time (in seconds) that the task run consumed resources.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedOn()
The last point in time that the requested task run was updated.
|
String |
logGroupName()
The names of the log group for secure logging, associated with this task run.
|
TaskRunProperties |
properties()
Specifies configuration properties associated with this task run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskRun.Builder> |
serializableBuilderClass() |
Instant |
startedOn()
The date and time that this task run started.
|
TaskStatusType |
status()
The current status of the requested task run.
|
String |
statusAsString()
The current status of the requested task run.
|
String |
taskRunId()
The unique identifier for this task run.
|
TaskRun.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transformId()
The unique identifier for the transform.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String transformId()
The unique identifier for the transform.
public final String taskRunId()
The unique identifier for this task run.
public final TaskStatusType status()
The current status of the requested task run.
If the service returns an enum value that is not available in the current SDK version, status will
return TaskStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TaskStatusTypepublic final String statusAsString()
The current status of the requested task run.
If the service returns an enum value that is not available in the current SDK version, status will
return TaskStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TaskStatusTypepublic final String logGroupName()
The names of the log group for secure logging, associated with this task run.
public final TaskRunProperties properties()
Specifies configuration properties associated with this task run.
public final String errorString()
The list of error strings associated with this task run.
public final Instant startedOn()
The date and time that this task run started.
public final Instant lastModifiedOn()
The last point in time that the requested task run was updated.
public final Instant completedOn()
The last point in time that the requested task run was completed.
public final Integer executionTime()
The amount of time (in seconds) that the task run consumed resources.
public TaskRun.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskRun.Builder,TaskRun>public static TaskRun.Builder builder()
public static Class<? extends TaskRun.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.