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