@Generated(value="software.amazon.awssdk:codegen") public final class PipelineExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
A pipeline execution summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipelineExecutionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PipelineExecutionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
String |
pipelineExecutionFailureReason()
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
|
PipelineExecutionStatus |
pipelineExecutionStatus()
The status of the pipeline execution.
|
String |
pipelineExecutionStatusAsString()
The status of the pipeline execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipelineExecutionSummary.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The start time of the pipeline execution.
|
PipelineExecutionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
public final Instant startTime()
The start time 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 String pipelineExecutionDisplayName()
The display name of the pipeline execution.
public final String pipelineExecutionFailureReason()
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
public PipelineExecutionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>public static PipelineExecutionSummary.Builder builder()
public static Class<? extends PipelineExecutionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.