Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_update_pipeline_execution

Updates a pipeline execution


Description

Updates a pipeline execution.

Usage

sagemaker_update_pipeline_execution(PipelineExecutionArn,
  PipelineExecutionDescription, PipelineExecutionDisplayName)

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.

Value

A list with the following syntax:

list(
  PipelineExecutionArn = "string"
)

Request syntax

svc$update_pipeline_execution(
  PipelineExecutionArn = "string",
  PipelineExecutionDescription = "string",
  PipelineExecutionDisplayName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.