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

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.

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.

Value

A list with the following syntax:

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

Request syntax

svc$associate_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.