Databricks SDK for JavaScript
    Preparing search index...

    Interface ModelServiceConfig_FallbackConfig

    Fallback routing, applied after the primary destination returns a retryable error. Traversal is in list order; the attempt count is the length of the list.

    interface ModelServiceConfig_FallbackConfig {
        destinations?: ModelServiceConfig_DestinationConfig[];
    }
    Index

    Properties

    Properties

    Ordered list of fallback destinations. Traversal is in list order; the attempt count is the length of the list. At most 5 are allowed.