Gets 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.
sagemaker_list_pipeline_parameters_for_execution(
PipelineExecutionArn,
NextToken = NULL,
MaxResults = NULL
)
[required] The Amazon Resource Name (ARN) of the pipeline execution.
If the result of the previous
list_pipeline_parameters_for_execution
request was truncated, the response includes a NextToken
. To retrieve
the next set of parameters, use the token in the next request.
The maximum number of parameters to return in the response.