Learn R Programming

paws.machine.learning (version 0.9.0)

sagemaker_list_pipeline_parameters_for_execution: 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 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.

MaxResults

The maximum number of parameters to return in the response.