Databricks SDK for JavaScript
    Preparing search index...
    interface FallbackConfig {
        enabled?: boolean;
    }
    Index

    Properties

    Properties

    enabled?: boolean

    Whether to enable traffic fallback. When a served entity in the serving endpoint returns specific error codes (e.g. 500), the request will automatically be round-robin attempted with other served entities in the same endpoint, following the order of served entity list, until a successful response is returned. If all attempts fail, return the last response with the error code.