Disassociates a trial component from a trial
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.
To get a list of the trials a component is associated with, use the
search
API. Specify ExperimentTrialComponent
for
the Resource
parameter. The list appears in the response under
Results.TrialComponent.Parents
.
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. |
A list with the following syntax:
list( TrialComponentArn = "string", TrialArn = "string" )
svc$disassociate_trial_component( TrialComponentName = "string", TrialName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.