@nebius/js-sdk - v0.1.41
    Preparing search index...

    Interface ComputeInstanceDetails

    Details for Compute/GPU capacity.

    interface ComputeInstanceDetails {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.ComputeInstanceDetails";
        gpuMemoryGigabytes: number;
        platform: string;
        preset?: ComputeInstanceDetails_Preset;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.capacity.v1.ComputeInstanceDetails"
    gpuMemoryGigabytes: number

    GPU memory size.

    platform: string

    Specific platform. Example: "gpu-h200-sxm".

    The specific VM preset this advice applies to.