create_project: create_project

Description Usage Arguments Details Value

View source: R/client_api_scaffold.R

Description

Creates a new Project.

Usage

1
2
3
4
5
6
7
8
9
create_project(
  name = NULL,
  desc = NULL,
  tags = NULL,
  attrs = NULL,
  workspace = NULL,
  public_within_org = NULL,
  visibility = NULL
)

Arguments

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

Details

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.

Value

:class:'verta._tracking.project.Project'


botchkoAI/vertaReticulateClient documentation built on Dec. 19, 2021, 10:50 a.m.