Databricks SDK for JavaScript
    Preparing search index...

    Interface ModelServiceConfig_ProvisionedThroughputConfig

    Configuration for a provisioned-throughput foundation-model destination. References a pre-existing Model Serving endpoint that serves the model; sizing (provisioned throughput, burst scaling, model version) is owned by the Model Serving endpoint itself, not by this message.

    interface ModelServiceConfig_ProvisionedThroughputConfig {
        model?: string;
        modelServingEndpoint?: string;
    }
    Index

    Properties

    model?: string

    UC model FQN of the model served by the backing endpoint (e.g., system.ai.databricks-claude-opus-4-6). Resolved from Model Serving at Create/Update time.

    modelServingEndpoint?: string

    Name of the backing Model Serving endpoint serving the provisioned- throughput foundation model, in the form serving-endpoints/{name}. The same Unity Catalog model can be served on multiple Model Serving endpoints with different throughput, regions, or configurations. The caller selects the endpoint to which this destination routes. The endpoint must exist at create time.