View source: R/sagemaker_operations.R
sagemaker_create_experiment | R Documentation |
Creates a SageMaker experiment. An experiment is a collection of trials that are observed, compared and evaluated as a group. A trial is a set of steps, called trial components, that produce a machine learning model.
See https://www.paws-r-sdk.com/docs/sagemaker_create_experiment/ for full documentation.
sagemaker_create_experiment(
ExperimentName,
DisplayName = NULL,
Description = NULL,
Tags = NULL
)
ExperimentName |
[required] The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive. |
DisplayName |
The name of the experiment as displayed. The name doesn't need to be
unique. If you don't specify |
Description |
The description of the experiment. |
Tags |
A list of tags to associate with the experiment. You can use
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.