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

    Interface CalculatorServiceServer

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

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

    Hierarchy

    • UntypedServiceImplementation
      • CalculatorServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

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

    Index
    estimate: handleUnaryCall<EstimateRequest, EstimateResponse>

    Estimates prices for a single resource. Returns both hourly and monthly cost estimates for the specified resource configuration.

    estimateBatch: handleUnaryCall<EstimateBatchRequest, EstimateBatchResponse>

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