Rafiki Worker API Reference
    Preparing search index...

    Variable JobSubmitResponseSchemaConst

    JobSubmitResponseSchema: ZodObject<
        { job_id: ZodString; ok: ZodBoolean },
        "strict",
        ZodTypeAny,
        { job_id: string; ok: boolean },
        { job_id: string; ok: boolean },
    > = ...

    Runtime schema for the Worker-owned job enqueue acknowledgement.