sagemaker_create_experiment {paws.machine.learning} | R Documentation |
Creates a SageMaker experiment
Description
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.
Usage
sagemaker_create_experiment(
ExperimentName,
DisplayName = NULL,
Description = NULL,
Tags = NULL
)
Arguments
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
|
[Package paws.machine.learning version 0.9.0 Index]