sagemaker_create_trial {paws.machine.learning} | R Documentation |
Creates an SageMaker trial
Description
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.
Usage
sagemaker_create_trial(
TrialName,
DisplayName = NULL,
ExperimentName,
MetadataProperties = NULL,
Tags = NULL
)
Arguments
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
|
[Package paws.machine.learning version 0.7.0 Index]