View source: R/sagemaker_operations.R
sagemaker_list_pipeline_execution_steps | R Documentation |
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
)
PipelineExecutionArn |
The Amazon Resource Name (ARN) of the pipeline execution. |
NextToken |
If the result of the previous
|
MaxResults |
The maximum number of pipeline execution steps to return in the response. |
SortOrder |
The field by which to sort results. The default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.