@qbraid-core
    Preparing search index...

    Interface GroupJob

    interface GroupJob {
        cancelledCount: number;
        completedCount: number;
        failedCount: number;
        groupJobQrn: string;
        jobCount: number;
        maxTTL?: number;
        metadata?: Record<string, unknown>;
        name?: string;
        status: GroupJobStatus;
        tags?: Record<string, string | number | boolean>;
        timeStamps?: null | TimeStampsV1;
        totalCost?: number;
        totalEstimatedCost?: number;
    }
    Index

    Properties

    cancelledCount: number
    completedCount: number
    failedCount: number
    groupJobQrn: string
    jobCount: number
    maxTTL?: number
    metadata?: Record<string, unknown>
    name?: string
    tags?: Record<string, string | number | boolean>
    timeStamps?: null | TimeStampsV1
    totalCost?: number
    totalEstimatedCost?: number