v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143021,9861.6 MB

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 AssociateTrialComponent 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.

post/#X-Amz-Target=SageMaker.DisassociateTrialComponent

Headers

X-Amz-Target'SageMaker.DisassociateTrialComponent' required

Request body

TrialComponentNamestring required

The name of the component to disassociate from the trial.

TrialNamestring required

The name of the trial to disassociate from.

Response

Success

TrialComponentArnstring

The Amazon Resource Name (ARN) of the trial component.

TrialArnstring

The Amazon Resource Name (ARN) of the trial.