Databricks SDK for JavaScript
    Preparing search index...

    Interface ModelServiceConfig_RoutingConfig

    Routing configuration for a model service, nesting destinations and fallback under a single sub-message.

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

    Properties

    Primary routing destinations. At most 10 are allowed. At least one is required on Create. On Update, provide this list when replacing the full config or updating config.routing.destinations; other granular routing updates do not require resending destinations. The intermediate config.routing mask path is not supported.

    Fallback routing applied after a primary destination fails. Fallback destinations are tried in the listed order.