sagemaker_list_pipeline_execution_steps: Gets a list of PipeLineExecutionStep objects

View source: R/sagemaker_operations.R

sagemaker_list_pipeline_execution_stepsR Documentation

Gets a list of PipeLineExecutionStep objects

Description

Gets a list of PipeLineExecutionStep objects.

See https://www.paws-r-sdk.com/docs/sagemaker_list_pipeline_execution_steps/ for full documentation.

Usage

sagemaker_list_pipeline_execution_steps(
  PipelineExecutionArn = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  SortOrder = NULL
)

Arguments

PipelineExecutionArn

The Amazon Resource Name (ARN) of the pipeline execution.

NextToken

If the result of the previous list_pipeline_execution_steps request was truncated, the response includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the next request.

MaxResults

The maximum number of pipeline execution steps to return in the response.

SortOrder

The field by which to sort results. The default is CreatedTime.


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