sagemaker_list_pipeline_parameters_for_execution {paws.machine.learning} | R Documentation |
Gets a list of parameters for a pipeline execution
Description
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.
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
|
MaxResults |
The maximum number of parameters to return in the response. |
[Package paws.machine.learning version 0.9.0 Index]