@qbraid-core
    Preparing search index...

    Interface ComputeProfileV1

    Compute Profile V1 schema - complete profile information.

    interface ComputeProfileV1 {
        clusterId: string;
        createdAt: string;
        description: string;
        display_name: string;
        documentationDetails: string;
        gpu: boolean;
        hasCapacity: boolean;
        ide: "jupyterlab" | "vscode";
        kubespawner_override: KubespawnerOverride;
        lastRefreshDateTime?: null | string;
        machineInternalName: string;
        permissionsNodes: PermissionNode[];
        plan: PlanType;
        rateDollar: number;
        rateRatioOffered: number;
        rateTimeFrame: RateTimeFrame;
        slug: string;
        spawner_config: SpawnerConfig;
        updatedAt: string;
        visibility: "public" | "private";
    }
    Index

    Properties

    clusterId: string
    createdAt: string
    description: string
    display_name: string
    documentationDetails: string
    gpu: boolean
    hasCapacity: boolean
    ide: "jupyterlab" | "vscode"
    kubespawner_override: KubespawnerOverride
    lastRefreshDateTime?: null | string
    machineInternalName: string
    permissionsNodes: PermissionNode[]
    plan: PlanType
    rateDollar: number
    rateRatioOffered: number
    rateTimeFrame: RateTimeFrame
    slug: string
    spawner_config: SpawnerConfig
    updatedAt: string
    visibility: "public" | "private"