/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../.."; import { Scale } from "../../../../.."; import * as core from "../../../../../core"; export declare const CreateBatchRequest: core.serialization.Schema; export declare namespace CreateBatchRequest { interface Raw { project: string; name: string; callback?: string | null; calibration_batch?: boolean | null; self_label_batch?: boolean | null; } }