Learn R Programming

paws.machine.learning (version 0.9.0)

sagemaker_associate_trial_component: Associates a trial component with a trial

Description

Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the disassociate_trial_component API.

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

Usage

sagemaker_associate_trial_component(TrialComponentName, TrialName)

Arguments

TrialComponentName

[required] The name of the component to associated with the trial.

TrialName

[required] The name of the trial to associate with.