Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_disassociate_trial_component

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

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.

Value

A list with the following syntax:

list(
  TrialComponentArn = "string",
  TrialArn = "string"
)

Request syntax

svc$disassociate_trial_component(
  TrialComponentName = "string",
  TrialName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.