sagemaker_disassociate_trial_component {paws.machine.learning} | R Documentation |
Disassociates a trial component from a trial
Description
Disassociates a trial component from a trial. This doesn't effect other trials the component is associated with. Before you can delete a component, you must disassociate the component from all trials it is associated with. To associate a trial component with a trial, call the associate_trial_component
API.
See https://www.paws-r-sdk.com/docs/sagemaker_disassociate_trial_component/ for full documentation.
Usage
sagemaker_disassociate_trial_component(TrialComponentName, TrialName)
Arguments
TrialComponentName |
[required] The name of the component to disassociate from the trial. |
TrialName |
[required] The name of the trial to disassociate from. |
[Package paws.machine.learning version 0.9.0 Index]