Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 257 Bytes

File metadata and controls

15 lines (10 loc) · 257 Bytes

LoggingMethod

Example Usage

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

let value: LoggingMethod = "typescript_client";

Values

"playground" | "python_client" | "typescript_client" | "api_direct"