@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface EstimateBatchRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.EstimateBatchRequest";
        offerTypes: OfferType[];
        resourceSpecs: ResourceSpec[];
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.billing.v1alpha1.EstimateBatchRequest"
    offerTypes: OfferType[]

    Type of offers to be applied to the cost estimate.

    resourceSpecs: ResourceSpec[]

    List of resource specifications for cost estimation. Each resource will be priced individually and then aggregated into total costs.