set_experiment: set_experiment

Description Usage Arguments Details Value

View source: R/client_api_scaffold.R

Description

Attaches an Experiment under the currently active Project to this Client.

Usage

1
set_experiment(name = NULL, desc = NULL, tags = NULL, attrs = NULL, id = 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.

id

ID of the Experiment. This parameter cannot be provided alongside name, and other parameters will be ignored.

Details

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.

Value

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


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