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

sagemaker_update_experiment

Adds, updates, or removes the description of an experiment


Description

Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.

Usage

sagemaker_update_experiment(ExperimentName, DisplayName, Description)

Arguments

ExperimentName

[required] The name of the experiment to update.

DisplayName

The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName isn't specified, ExperimentName is displayed.

Description

The description of the experiment.

Value

A list with the following syntax:

list(
  ExperimentArn = "string"
)

Request syntax

svc$update_experiment(
  ExperimentName = "string",
  DisplayName = "string",
  Description = "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.