Databricks SDK for JavaScript
    Preparing search index...

    Operational configuration wrapped around the ModelService resource.

    interface ModelServiceConfig {
        inferenceTable?: InferenceTableConfig;
        rateLimits?: RateLimit[];
        routing?: ModelServiceConfig_RoutingConfig;
    }
    Index

    Properties

    inferenceTable?: InferenceTableConfig

    Inference table config for payload logging.

    rateLimits?: RateLimit[]

    Rate limits applied to requests routed through this model service.

    Routing configuration: destinations, routing strategy, and fallback.