sagemaker_update_pipeline_version: Updates a pipeline version

View source: R/sagemaker_operations.R

sagemaker_update_pipeline_versionR Documentation

Updates a pipeline version

Description

Updates a pipeline version.

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

Usage

sagemaker_update_pipeline_version(
  PipelineArn,
  PipelineVersionId,
  PipelineVersionDisplayName = NULL,
  PipelineVersionDescription = NULL
)

Arguments

PipelineArn

[required] The Amazon Resource Name (ARN) of the pipeline.

PipelineVersionId

[required] The pipeline version ID to update.

PipelineVersionDisplayName

The display name of the pipeline version.

PipelineVersionDescription

The description of the pipeline version.


paws.machine.learning documentation built on May 31, 2026, 1:07 a.m.