class Aws::SageMaker::Types::PipelineExecutionStep

An execution of a step in a pipeline.

@!attribute [rw] step_name

The name of the step that is executed.
@return [String]

@!attribute [rw] start_time

The time that the step started executing.
@return [Time]

@!attribute [rw] end_time

The time that the step stopped executing.
@return [Time]

@!attribute [rw] step_status

The status of the step execution.
@return [String]

@!attribute [rw] cache_hit_result

If this pipeline execution step was cached, details on the cache
hit.
@return [Types::CacheHitResult]

@!attribute [rw] failure_reason

The reason why the step failed execution. This is only returned if
the step failed its execution.
@return [String]

@!attribute [rw] metadata

Metadata for the step execution.
@return [Types::PipelineExecutionStepMetadata]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecutionStep AWS API Documentation

Constants

SENSITIVE