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
DisplayNameisn't specified,TrialNameis displayed.- ExperimentName
[required] The name of the experiment to associate the trial with.
- MetadataProperties
Metadata properties of the tracking entity, trial, or trial component.
A list of tags to associate with the trial. You can use
searchAPI to search on the tags.