Description Usage Arguments Value Request syntax
View source: R/sagemaker_operations.R
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.
1 | sagemaker_associate_trial_component(TrialComponentName, TrialName)
|
TrialComponentName |
[required] The name of the component to associated with the trial. |
TrialName |
[required] The name of the trial to associate with. |
A list with the following syntax:
1 2 3 4 | list(
TrialComponentArn = "string",
TrialArn = "string"
)
|
1 2 3 4 | svc$associate_trial_component(
TrialComponentName = "string",
TrialName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.