sagemaker_list_pipeline_execution_steps {paws.machine.learning} | R Documentation |
Gets a list of PipeLineExecutionStep objects
Description
Gets 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
|
MaxResults |
The maximum number of pipeline execution steps to return in the response. |
SortOrder |
The field by which to sort results. The default is |
[Package paws.machine.learning version 0.9.0 Index]