AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribePipelineExecution operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribePipelineExecutionResponse

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class DescribePipelineExecutionResponse : AmazonWebServiceResponse

The DescribePipelineExecutionResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedBy Amazon.SageMaker.Model.UserContext

Gets and sets the property CreatedBy.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time when the pipeline execution was created.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

If the execution failed, a message describing why.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedBy Amazon.SageMaker.Model.UserContext

Gets and sets the property LastModifiedBy.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The time when the pipeline execution was modified last.

Public Property ParallelismConfiguration Amazon.SageMaker.Model.ParallelismConfiguration

Gets and sets the property ParallelismConfiguration.

The parallelism configuration applied to the pipeline.

Public Property PipelineArn System.String

Gets and sets the property PipelineArn.

The Amazon Resource Name (ARN) of the pipeline.

Public Property PipelineExecutionArn System.String

Gets and sets the property PipelineExecutionArn.

The Amazon Resource Name (ARN) of the pipeline execution.

Public Property PipelineExecutionDescription System.String

Gets and sets the property PipelineExecutionDescription.

The description of the pipeline execution.

Public Property PipelineExecutionDisplayName System.String

Gets and sets the property PipelineExecutionDisplayName.

The display name of the pipeline execution.

Public Property PipelineExecutionStatus Amazon.SageMaker.PipelineExecutionStatus

Gets and sets the property PipelineExecutionStatus.

The status of the pipeline execution.

Public Property PipelineExperimentConfig Amazon.SageMaker.Model.PipelineExperimentConfig

Gets and sets the property PipelineExperimentConfig.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SelectiveExecutionConfig Amazon.SageMaker.Model.SelectiveExecutionConfig

Gets and sets the property SelectiveExecutionConfig.

The selective execution configuration applied to the pipeline run.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5