@Generated(value="software.amazon.awssdk:codegen") public final class DescribePipelineExecutionResponse extends SageMakerResponse implements ToCopyableBuilder<DescribePipelineExecutionResponse.Builder,DescribePipelineExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePipelineExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribePipelineExecutionResponse.Builder |
builder() |
UserContext |
createdBy()
Returns the value of the CreatedBy property for this object.
|
Instant |
creationTime()
The time when the pipeline execution was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the execution failed, a message describing why.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UserContext |
lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
Instant |
lastModifiedTime()
The time when the pipeline execution was modified last.
|
ParallelismConfiguration |
parallelismConfiguration()
The parallelism configuration applied to the pipeline.
|
String |
pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
|
String |
pipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
|
String |
pipelineExecutionDescription()
The description of the pipeline execution.
|
String |
pipelineExecutionDisplayName()
The display name of the pipeline execution.
|
PipelineExecutionStatus |
pipelineExecutionStatus()
The status of the pipeline execution.
|
String |
pipelineExecutionStatusAsString()
The status of the pipeline execution.
|
PipelineExperimentConfig |
pipelineExperimentConfig()
Returns the value of the PipelineExperimentConfig property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribePipelineExecutionResponse.Builder> |
serializableBuilderClass() |
DescribePipelineExecutionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
public final String pipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
public final String pipelineExecutionDisplayName()
The display name of the pipeline execution.
public final PipelineExecutionStatus pipelineExecutionStatus()
The status of the pipeline execution.
If the service returns an enum value that is not available in the current SDK version,
pipelineExecutionStatus will return PipelineExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from pipelineExecutionStatusAsString().
PipelineExecutionStatuspublic final String pipelineExecutionStatusAsString()
The status of the pipeline execution.
If the service returns an enum value that is not available in the current SDK version,
pipelineExecutionStatus will return PipelineExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from pipelineExecutionStatusAsString().
PipelineExecutionStatuspublic final String pipelineExecutionDescription()
The description of the pipeline execution.
public final PipelineExperimentConfig pipelineExperimentConfig()
public final String failureReason()
If the execution failed, a message describing why.
public final Instant creationTime()
The time when the pipeline execution was created.
public final Instant lastModifiedTime()
The time when the pipeline execution was modified last.
public final UserContext createdBy()
public final UserContext lastModifiedBy()
public final ParallelismConfiguration parallelismConfiguration()
The parallelism configuration applied to the pipeline.
public DescribePipelineExecutionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePipelineExecutionResponse.Builder,DescribePipelineExecutionResponse>toBuilder in class AwsResponsepublic static DescribePipelineExecutionResponse.Builder builder()
public static Class<? extends DescribePipelineExecutionResponse.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 © 2022. All rights reserved.