sagemaker_update_pipeline_execution: Updates a pipeline execution

View source: R/sagemaker_operations.R

sagemaker_update_pipeline_executionR Documentation

Updates a pipeline execution

Description

Updates a pipeline execution.

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

Usage

sagemaker_update_pipeline_execution(
  PipelineExecutionArn,
  PipelineExecutionDescription = NULL,
  PipelineExecutionDisplayName = NULL,
  ParallelismConfiguration = NULL
)

Arguments

PipelineExecutionArn

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

PipelineExecutionDescription

The description of the pipeline execution.

PipelineExecutionDisplayName

The display name of the pipeline execution.

ParallelismConfiguration

This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.


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