Description Usage Arguments Details name desc tags attrs id
View source: R/client_api_scaffold.R
Attaches an Experiment Run under the currently active Experiment to this Client.
1 2 3 4 5 6 7 8 |
name |
name |
desc |
desc |
tags |
tags |
attrs |
attrs |
id |
id |
date_created |
date_created |
If an accessible Experiment Run with name 'name' does not already exist under the currently active Experiment, it will be created and initialized with specified metadata parameters. If such a Experiment Run does already exist, it will be retrieved; specifying metadata parameters in this case will raise a warning. Parameters ———- name : str, optional Name of the Experiment Run. If no name is provided, one will be generated. desc : str, optional Description of the Experiment Run. tags : list of str, optional Tags of the Experiment Run. attrs : dict of str to NULL, bool, float, int, str, optional Attributes of the Experiment Run. id : str, optional ID of the Experiment Run. This parameter cannot be provided alongside 'name', and other parameters will be ignored. Returns ——- :class:'verta.tracking.entities.ExperimentRun' Raises —— ValueError If an Experiment Run with 'name' already exists, but metadata parameters are passed in. AttributeError If an Experiment is not yet in progress.
str, optional: Name of the Experiment Run. If no name is provided, one will be generated. desc : str, optional Description of the Experiment Run. tags : list of str, optional Tags of the Experiment Run. attrs : dict of str to NULL, bool, float, int, str, optional Attributes of the Experiment Run. id : str, optional ID of the Experiment Run. This parameter cannot be provided alongside 'name', and other parameters will be ignored.
str, optional: Description of the Experiment Run. tags : list of str, optional Tags of the Experiment Run. attrs : dict of str to NULL, bool, float, int, str, optional Attributes of the Experiment Run. id : str, optional ID of the Experiment Run. This parameter cannot be provided alongside 'name', and other parameters will be ignored.
list of str, optional: Tags of the Experiment Run. attrs : dict of str to NULL, bool, float, int, str, optional Attributes of the Experiment Run. id : str, optional ID of the Experiment Run. This parameter cannot be provided alongside 'name', and other parameters will be ignored.
dict of str to None, bool, float, int, str, optional: Attributes of the Experiment Run. id : str, optional ID of the Experiment Run. This parameter cannot be provided alongside 'name', and other parameters will be ignored.
str, optional: ID of the Experiment Run. This parameter cannot be provided alongside 'name', and other parameters will be ignored.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.