PipelineExecutionStep

An execution of a step in a pipeline.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The time that the step stopped executing.

Link copied to clipboard

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

Link copied to clipboard

Metadata to run the pipeline step.

Link copied to clipboard

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

Link copied to clipboard

The time that the step started executing.

Link copied to clipboard

The description of the step.

Link copied to clipboard

The display name of the step.

Link copied to clipboard

The name of the step that is executed.

Link copied to clipboard

The status of the step execution.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String