@nebius/js-sdk - v0.2.54
    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

      Details for Compute/GPU capacity.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Details for Compute/GPU capacity.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.capacity.v1.ComputeInstanceDetails"

    Contains the fully qualified protobuf type name.

    gpuMemoryGigabytes: number

    GPU memory size.

    platform: string

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

    The specific VM preset this advice applies to.