create_experiment: create_experiment

Description Usage Arguments Details Value

View source: R/client_api_scaffold.R

Description

Creates a new Experiment under the currently active Project.

Usage

1
create_experiment(name = NULL, desc = NULL, tags = NULL, attrs = NULL)

Arguments

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.

Details

Experiment with name 'name' will be created and initialized with specified metadata parameters.

Value

:class:'verta._tracking.experiment.Experiment'


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