PipelineExecutionStep - Amazon SageMaker

PipelineExecutionStep

An execution of a step in a pipeline.

Contents

AttemptCount

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

Type: Integer

Required: No

CacheHitResult

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

Type: CacheHitResult object

Required: No

EndTime

The time that the step stopped executing.

Type: Timestamp

Required: No

FailureReason

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

Type: String

Length Constraints: Maximum length of 1024.

Required: No

Metadata

Metadata to run the pipeline step.

Type: PipelineExecutionStepMetadata object

Required: No

SelectiveExecutionResult

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

Type: SelectiveExecutionResult object

Required: No

StartTime

The time that the step started executing.

Type: Timestamp

Required: No

StepDescription

The description of the step.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 3072.

Pattern: .*

Required: No

StepDisplayName

The display name of the step.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Pattern: .*

Required: No

StepName

The name of the step that is executed.

Type: String

Length Constraints: Maximum length of 64.

Pattern: ^[A-Za-z0-9\-_]*$

Required: No

StepStatus

The status of the step execution.

Type: String

Valid Values: Starting | Executing | Stopping | Stopped | Failed | Succeeded

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: