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

    Interface BatchGetResponse

    interface BatchGetResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.BatchGetResponse";
        items: { [key: string]: BatchGetResponse_BatchGetResult };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1.BatchGetResponse"
    items: { [key: string]: BatchGetResponse_BatchGetResult }

    Map where key is instance id from original request array.