@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 String transformId()
The unique identifier for the transform.
public String taskRunId()
The unique identifier for this task run.
public 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 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 String logGroupName()
The names of the log group for secure logging, associated with this task run.
public TaskRunProperties properties()
Specifies configuration properties associated with this task run.
public String errorString()
The list of error strings associated with this task run.
public Instant startedOn()
The date and time that this task run started.
public Instant lastModifiedOn()
The last point in time that the requested task run was updated.
public Instant completedOn()
The last point in time that the requested task run was completed.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.