Description Usage Arguments Details Value
View source: R/client_api_scaffold.R
Creates a new Project.
1 2 3 4 5 6 7 8 9 |
name |
Name of the Project. If no name is provided, one will be generated. |
desc |
Description of the Project. |
tags |
Tags of the Project. |
attrs |
Attributes of the Project. |
workspace |
Workspace under which the Project with name name exists. If not provided, the current |
public_within_org |
If creating a Project in an organization's workspace: True for |
visibility |
Visibility to set when creating this project. If not provided, an |
A Project with name 'name' will be created and initialized with specified metadata parameters. If an Experiment is already attached to this Client, it will be detached.
:class:'verta._tracking.project.Project'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.