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

    Interface CalculatorServiceServer

    Handles server calls for the nebius.billing.v1.CalculatorService service.

    interface CalculatorServiceServer {
        estimateBatch: handleUnaryCall<
            EstimateBatchRequest,
            EstimateBatchResponse,
        >;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • CalculatorServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.billing.v1.CalculatorService service.

    Index
    estimateBatch: handleUnaryCall<EstimateBatchRequest, EstimateBatchResponse>

    Estimates prices for multiple resources. Returns aggregated hourly and monthly cost estimates for all specified resources.