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.

An execution of a step in a pipeline.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.PipelineExecutionStep

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

Syntax

C#
public class PipelineExecutionStep

The PipelineExecutionStep type exposes the following members

Constructors

NameDescription
Public Method PipelineExecutionStep()

Properties

NameTypeDescription
Public Property AttemptCount System.Int32

Gets and sets the property AttemptCount.

The current attempt of the execution step. For more information, see Retry Policy for SageMaker Pipelines steps.

Public Property CacheHitResult Amazon.SageMaker.Model.CacheHitResult

Gets and sets the property CacheHitResult.

If this pipeline execution step was cached, details on the cache hit.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time that the step stopped executing.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The reason why the step failed execution. This is only returned if the step failed its execution.

Public Property Metadata Amazon.SageMaker.Model.PipelineExecutionStepMetadata

Gets and sets the property Metadata.

Metadata to run the pipeline step.

Public Property SelectiveExecutionResult Amazon.SageMaker.Model.SelectiveExecutionResult

Gets and sets the property SelectiveExecutionResult.

The ARN from an execution of the current pipeline from which results are reused for this step.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time that the step started executing.

Public Property StepDescription System.String

Gets and sets the property StepDescription.

The description of the step.

Public Property StepDisplayName System.String

Gets and sets the property StepDisplayName.

The display name of the step.

Public Property StepName System.String

Gets and sets the property StepName.

The name of the step that is executed.

Public Property StepStatus Amazon.SageMaker.StepStatus

Gets and sets the property StepStatus.

The status of the step execution.

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