@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface EstimateRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.EstimateRequest";
        offerTypes: OfferType[];
        resourceSpec?: 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.EstimateRequest"
    offerTypes: OfferType[]

    Type of offers to be applied to the cost estimate.

    resourceSpec?: ResourceSpec

    Resource specification for cost estimation. Must contain exactly one resource type.