@nebius/js-sdk - v0.1.22
    Preparing search index...
    interface EstimateBatchResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.EstimateBatchResponse";
        hourlyCost?: ResourceGroupCost;
        monthlyCost?: ResourceGroupCost;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.billing.v1alpha1.EstimateBatchResponse"
    hourlyCost?: ResourceGroupCost

    Estimated hourly cost for all resources in the batch.

    monthlyCost?: ResourceGroupCost

    Estimated monthly cost for all resources in the batch. Calculated as hourly_cost * 24 * 30 (720 hours) for resources running continuously.