Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 458 Bytes

File metadata and controls

19 lines (12 loc) · 458 Bytes

OutputTypeEnum

Enumeration of output types.

Example Usage

import { OutputTypeEnum } from "galileo-generated/models";

let value: OutputTypeEnum = "categorical";

Values

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>