sagemaker_list_pipeline_parameters_for_execution: Gets a list of parameters for a pipeline execution

View source: R/sagemaker_operations.R

sagemaker_list_pipeline_parameters_for_executionR 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 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.