Enumeration of output types.
import { OutputTypeEnum } from "galileo-generated/models";
let value: OutputTypeEnum = "categorical";This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.
"boolean" | "categorical" | "count" | "discrete" | "freeform" | "percentage" | "multilabel" | "boolean_multilabel" | Unrecognized<string>