Databricks SDK for JavaScript
    Preparing search index...
    interface RateLimit {
        calls?: bigint;
        key?: string;
        renewalPeriod?: string;
    }
    Index

    Properties

    calls?: bigint

    Used to specify how many calls are allowed for a key within the renewal_period.

    key?: string

    Key field for a serving endpoint rate limit. Currently, only 'user' and 'endpoint' are supported, with 'endpoint' being the default if not specified.

    renewalPeriod?: string

    Renewal period field for a serving endpoint rate limit. Currently, only 'minute' is supported.