Class DescribePipelineExecutionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
-
- software.amazon.awssdk.services.sagemaker.model.DescribePipelineExecutionResponse
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<DescribePipelineExecutionResponse.Builder,DescribePipelineExecutionResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribePipelineExecutionResponse extends SageMakerResponse implements ToCopyableBuilder<DescribePipelineExecutionResponse.Builder,DescribePipelineExecutionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DescribePipelineExecutionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
SelectiveExecutionConfig
selectiveExecutionConfig()
The selective execution configuration applied to the pipeline run.static Class<? extends DescribePipelineExecutionResponse.Builder>
serializableBuilderClass()
DescribePipelineExecutionResponse.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
pipelineArn
public final String pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
- Returns:
- The Amazon Resource Name (ARN) of the pipeline.
-
pipelineExecutionArn
public final String pipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
- Returns:
- The Amazon Resource Name (ARN) of the pipeline execution.
-
pipelineExecutionDisplayName
public final String pipelineExecutionDisplayName()
The display name of the pipeline execution.
- Returns:
- The display name of the pipeline execution.
-
pipelineExecutionStatus
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 returnPipelineExecutionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompipelineExecutionStatusAsString()
.- Returns:
- The status of the pipeline execution.
- See Also:
PipelineExecutionStatus
-
pipelineExecutionStatusAsString
public 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 returnPipelineExecutionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompipelineExecutionStatusAsString()
.- Returns:
- The status of the pipeline execution.
- See Also:
PipelineExecutionStatus
-
pipelineExecutionDescription
public final String pipelineExecutionDescription()
The description of the pipeline execution.
- Returns:
- The description of the pipeline execution.
-
pipelineExperimentConfig
public final PipelineExperimentConfig pipelineExperimentConfig()
Returns the value of the PipelineExperimentConfig property for this object.- Returns:
- The value of the PipelineExperimentConfig property for this object.
-
failureReason
public final String failureReason()
If the execution failed, a message describing why.
- Returns:
- If the execution failed, a message describing why.
-
creationTime
public final Instant creationTime()
The time when the pipeline execution was created.
- Returns:
- The time when the pipeline execution was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
The time when the pipeline execution was modified last.
- Returns:
- The time when the pipeline execution was modified last.
-
createdBy
public final UserContext createdBy()
Returns the value of the CreatedBy property for this object.- Returns:
- The value of the CreatedBy property for this object.
-
lastModifiedBy
public final UserContext lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.- Returns:
- The value of the LastModifiedBy property for this object.
-
parallelismConfiguration
public final ParallelismConfiguration parallelismConfiguration()
The parallelism configuration applied to the pipeline.
- Returns:
- The parallelism configuration applied to the pipeline.
-
selectiveExecutionConfig
public final SelectiveExecutionConfig selectiveExecutionConfig()
The selective execution configuration applied to the pipeline run.
- Returns:
- The selective execution configuration applied to the pipeline run.
-
toBuilder
public DescribePipelineExecutionResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DescribePipelineExecutionResponse.Builder,DescribePipelineExecutionResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static DescribePipelineExecutionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribePipelineExecutionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkResponse
-
-