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

    Interface ResourceAdviceServiceServer

    Handles server calls for the nebius.capacity.v1.ResourceAdviceService service.

    interface ResourceAdviceServiceServer {
        list: handleUnaryCall<
            ListResourceAdviceRequest,
            ListResourceAdviceResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • ResourceAdviceServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.capacity.v1.ResourceAdviceService service.

    Index

    Returns a list of resource advice entries for the caller's tenant. Each entry represents a unique combination of region, fabric, platform, and preset (e.g., gpu-b200-sxm / 8gpu-160vcpu-1792gb in us-central1-b) and reports current capacity availability across three allocation types: reserved, on-demand, and preemptible. Use this method to determine where and which compute instances can be launched given the tenant's quotas, capacity block groups, and the current physical capacity in data centers. Supports filtering by region, resource type, or platform.