sagemaker_update_experiment: Adds, updates, or removes the description of an experiment

View source: R/sagemaker_operations.R

sagemaker_update_experimentR Documentation

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.

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

Usage

sagemaker_update_experiment(
  ExperimentName,
  DisplayName = NULL,
  Description = NULL
)

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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.