@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface Preset {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.Preset";
        allowGpuClustering: boolean;
        name: string;
        resources?: PresetResources;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1.Preset"
    allowGpuClustering: boolean
    name: string
    resources?: PresetResources