Skip to main content
A Lab is simply a logical grouping of experiment resources. In the future, other potential resource assets may be group-able into Labs, but for now, think of a Lab as a folder or workspace that experiments live inside. Common use cases for labs include:
  • by org (i.e., Marketing, Engineering)
  • by team
  • used as folders
There are no limits to the number of labs that can be created. Go crazy!

YAML

Metadata

The possible statuses for labs are: active or archived. parentKind and parentId should be excluded.
When defining a resource in YAML, each must have a metadata section. The following properties within metadata are shared across all resource types:

ResourceStatus

Possible statuses include:

Spec

Labs don’t have any special that needs to be defined that isn’t in the metadata, so no spec is necessary.

Example