View source: R/sagemaker_operations.R
sagemaker_update_experiment | R Documentation |
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.
sagemaker_update_experiment(
ExperimentName,
DisplayName = NULL,
Description = NULL
)
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 |
Description |
The description of the experiment. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.