Disassociate Trial Component
sagemaker_disassociate_trial_component | 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.
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
.
Usage¶
Arguments¶
TrialComponentName
[required] The name of the component to disassociate from the trial.
TrialName
[required] The name of the trial to disassociate from.
Value¶
A list with the following syntax: