@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface ListClustersResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.msp.mlflow.v1alpha1.ListClustersResponse";
        items: Cluster[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.msp.mlflow.v1alpha1.ListClustersResponse"
    items: Cluster[]

    List of clusters.

    nextPageToken: string

    Token for pagination, indicating the next set of results can be retrieved using this token.