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

sagemaker_update_pipeline

Updates a pipeline


Description

Updates a pipeline.

Usage

sagemaker_update_pipeline(PipelineName, PipelineDisplayName,
  PipelineDefinition, PipelineDescription, RoleArn)

Arguments

PipelineName

[required] The name of the pipeline to update.

PipelineDisplayName

The display name of the pipeline.

PipelineDefinition

The JSON pipeline definition.

PipelineDescription

The description of the pipeline.

RoleArn

The Amazon Resource Name (ARN) that the pipeline uses to execute.

Value

A list with the following syntax:

list(
  PipelineArn = "string"
)

Request syntax

svc$update_pipeline(
  PipelineName = "string",
  PipelineDisplayName = "string",
  PipelineDefinition = "string",
  PipelineDescription = "string",
  RoleArn = "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.