Gets a list of parameters for a pipeline execution
Source:R/sagemaker_operations.R
sagemaker_list_pipeline_parameters_for_execution.RdGets a list of parameters for a pipeline execution.
See https://www.paws-r-sdk.com/docs/sagemaker_list_pipeline_parameters_for_execution/ for full documentation.
Usage
sagemaker_list_pipeline_parameters_for_execution(
PipelineExecutionArn,
NextToken = NULL,
MaxResults = NULL
)Arguments
- PipelineExecutionArn
[required] The Amazon Resource Name (ARN) of the pipeline execution.
- NextToken
If the result of the previous
list_pipeline_parameters_for_executionrequest was truncated, the response includes aNextToken. To retrieve the next set of parameters, use the token in the next request.- MaxResults
The maximum number of parameters to return in the response.