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