NAME
Paws::SageMaker::ListPipelineExecutionStepsResponse
ATTRIBUTES
NextToken => Str
If the result of the previous ListPipelineExecutionSteps
request was truncated, the response includes a NextToken
. To retrieve the next set of pipeline execution steps, use the token in the next request.
PipelineExecutionSteps => ArrayRef[Paws::SageMaker::PipelineExecutionStep]
A list of PipeLineExecutionStep
objects. Each PipeLineExecutionStep
consists of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that contains relevant information about the job created by the step.