Gets a list of PipeLineExecutionStep
objects.
See https://www.paws-r-sdk.com/docs/sagemaker_list_pipeline_execution_steps/ for full documentation.
sagemaker_list_pipeline_execution_steps(
PipelineExecutionArn = NULL,
NextToken = NULL,
MaxResults = NULL,
SortOrder = NULL
)
The Amazon Resource Name (ARN) of the pipeline execution.
If the result of the previous
list_pipeline_execution_steps
request was truncated, the response includes a NextToken
. To retrieve
the next set of pipeline execution steps, use the token in the next
request.
The maximum number of pipeline execution steps to return in the response.
The field by which to sort results. The default is CreatedTime
.