sagemaker_associate_trial_component {paws.machine.learning} | R Documentation |
Associates a trial component with a trial
Description
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.
See https://www.paws-r-sdk.com/docs/sagemaker_associate_trial_component/ for full documentation.
Usage
sagemaker_associate_trial_component(TrialComponentName, TrialName)
Arguments
TrialComponentName |
[required] The name of the component to associated with the trial. |
TrialName |
[required] The name of the trial to associate with. |
[Package paws.machine.learning version 0.9.0 Index]