Associates a trial component with a trial
Associates a trial component with a trial. A trial component can be
associated with multiple trials. To disassociate a trial component from
a trial, call the
disassociate_trial_component
API.
sagemaker_associate_trial_component(TrialComponentName, TrialName)
TrialComponentName |
[required] The name of the component to associated with the trial. |
TrialName |
[required] The name of the trial to associate with. |
A list with the following syntax:
list( TrialComponentArn = "string", TrialArn = "string" )
svc$associate_trial_component( TrialComponentName = "string", TrialName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.