Description Usage Arguments Details Value
View source: R/client_api_scaffold.R
Attaches an Experiment under the currently active Project to this Client.
1 |
name |
Name of the Experiment. If no name is provided, one will be generated. |
desc |
Description of the Experiment. |
tags |
Tags of the Experiment. |
attrs |
Attributes of the Experiment. |
id |
ID of the Experiment. This parameter cannot be provided alongside name, and other parameters will be ignored. |
If an accessible Experiment with name 'name' does not already exist under the currently active Project, it will be created and initialized with specified metadata parameters. If such an Experiment does already exist, it will be retrieved; specifying metadata parameters in this case will raise a warning.
:class:'verta._tracking.experiment.Experiment'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.