View source: R/sagemaker_operations.R
sagemaker_disassociate_trial_component | R Documentation |
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.
sagemaker_disassociate_trial_component(TrialComponentName, TrialName)
TrialComponentName |
[required] The name of the component to disassociate from the trial. |
TrialName |
[required] The name of the trial to disassociate from. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.