@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 final String transformId()
The unique identifier of the task run.
public final String taskRunId()
The unique run identifier associated with this run.
public final 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 final 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 final String logGroupName()
The names of the log groups that are associated with the task run.
public final TaskRunProperties properties()
The list of properties that are associated with the task run.
public final String errorString()
The error strings that are associated with the task run.
public final Instant startedOn()
The date and time when this task run started.
public final Instant lastModifiedOn()
The date and time when this task run was last modified.
public final Instant completedOn()
The date and time when this task run was completed.
public final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.