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 interfaceDescribePipelineExecutionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribePipelineExecutionResponse.Builderbuilder()UserContextcreatedBy()Returns the value of the CreatedBy property for this object.InstantcreationTime()The time when the pipeline execution was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()If the execution failed, a message describing why.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()UserContextlastModifiedBy()Returns the value of the LastModifiedBy property for this object.InstantlastModifiedTime()The time when the pipeline execution was modified last.ParallelismConfigurationparallelismConfiguration()The parallelism configuration applied to the pipeline.StringpipelineArn()The Amazon Resource Name (ARN) of the pipeline.StringpipelineExecutionArn()The Amazon Resource Name (ARN) of the pipeline execution.StringpipelineExecutionDescription()The description of the pipeline execution.StringpipelineExecutionDisplayName()The display name of the pipeline execution.PipelineExecutionStatuspipelineExecutionStatus()The status of the pipeline execution.StringpipelineExecutionStatusAsString()The status of the pipeline execution.PipelineExperimentConfigpipelineExperimentConfig()Returns the value of the PipelineExperimentConfig property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()SelectiveExecutionConfigselectiveExecutionConfig()The selective execution configuration applied to the pipeline run.static Class<? extends DescribePipelineExecutionResponse.Builder>serializableBuilderClass()DescribePipelineExecutionResponse.BuildertoBuilder()StringtoString()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,
pipelineExecutionStatuswill 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,
pipelineExecutionStatuswill 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:
toBuilderin interfaceToCopyableBuilder<DescribePipelineExecutionResponse.Builder,DescribePipelineExecutionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribePipelineExecutionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribePipelineExecutionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-