sagemaker_disassociate_trial_component: Disassociates a trial component from a trial

View source: R/sagemaker_operations.R

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

See https://www.paws-r-sdk.com/docs/sagemaker_disassociate_trial_component/ for full documentation.

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.