/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. * @generated-id: 1b77fbeab744 */ import * as z from "zod/v4"; import * as openEnums from "../../types/enums.js"; import { OpenEnum } from "../../types/enums.js"; export const SampleType = { Pretrain: "pretrain", Instruct: "instruct", BatchRequest: "batch_request", BatchResult: "batch_result", BatchError: "batch_error", } as const; export type SampleType = OpenEnum; /** @internal */ export const SampleType$inboundSchema: z.ZodType = openEnums.inboundSchema(SampleType); /** @internal */ export const SampleType$outboundSchema: z.ZodType = openEnums.outboundSchema(SampleType);