Class: Braintrust::Models::View::ViewType

Inherits:
Enum
  • Object
show all
Defined in:
lib/braintrust/models/view.rb

Overview

Type of table that the view corresponds to.

Constant Summary collapse

PROJECTS =
:projects
LOGS =
:logs
EXPERIMENTS =
:experiments
DATASETS =
:datasets
PROMPTS =
:prompts
PLAYGROUNDS =
:playgrounds
EXPERIMENT =
:experiment
DATASET =
:dataset