@Generated(value="software.amazon.awssdk:codegen") public final class GetMlTaskRunResponse extends GlueResponse implements ToCopyableBuilder<GetMlTaskRunResponse.Builder,GetMlTaskRunResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMlTaskRunResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMlTaskRunResponse.Builder |
builder() |
Instant |
completedOn()
The date and time when this task run was completed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorString()
The error strings that are associated with the 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 date and time when this task run was last modified.
|
String |
logGroupName()
The names of the log groups that are associated with the task run.
|
TaskRunProperties |
properties()
The list of properties that are associated with the task run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMlTaskRunResponse.Builder> |
serializableBuilderClass() |
Instant |
startedOn()
The date and time when this task run started.
|
TaskStatusType |
status()
The status for this task run.
|
String |
statusAsString()
The status for this task run.
|
String |
taskRunId()
The unique run identifier associated with this run.
|
GetMlTaskRunResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transformId()
The unique identifier of the task run.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String transformId()
The unique identifier of the task run.
public String taskRunId()
The unique run identifier associated with this run.
public TaskStatusType status()
The status for this 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 status for this 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 groups that are associated with the task run.
public TaskRunProperties properties()
The list of properties that are associated with the task run.
public String errorString()
The error strings that are associated with the task run.
public Instant startedOn()
The date and time when this task run started.
public Instant lastModifiedOn()
The date and time when this task run was last modified.
public Instant completedOn()
The date and time when this task run was completed.
public Integer executionTime()
The amount of time (in seconds) that the task run consumed resources.
public GetMlTaskRunResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMlTaskRunResponse.Builder,GetMlTaskRunResponse>toBuilder in class AwsResponsepublic static GetMlTaskRunResponse.Builder builder()
public static Class<? extends GetMlTaskRunResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.