@qbraid-core
    Preparing search index...

    Interface ProfileQueryParamsV1

    Query parameters for fetching compute profiles (V1).

    interface ProfileQueryParamsV1 {
        clusterId?: string;
        gpu?: boolean;
        hasCapacity?: boolean;
        limit?: number;
        page?: number;
        plan?: string;
        sortBy?: "name" | "rateDollar" | "createdAt";
        sortOrder?: "asc" | "desc";
        visibility?: "public" | "private";
    }
    Index

    Properties

    clusterId?: string
    gpu?: boolean
    hasCapacity?: boolean
    limit?: number
    page?: number
    plan?: string
    sortBy?: "name" | "rateDollar" | "createdAt"
    sortOrder?: "asc" | "desc"
    visibility?: "public" | "private"