@qbraid-core
    Preparing search index...

    Interface JobBase

    Base schema for job fields shared across models. Does not include 'program' field.

    interface JobBase {
        deviceQrn: string;
        name?: null | string;
        runtimeOptions: Record<string, unknown>;
        shots: number;
        tags: Record<string, string | number | boolean>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    deviceQrn: string
    name?: null | string
    runtimeOptions: Record<string, unknown>
    shots: number
    tags: Record<string, string | number | boolean>