Databricks SDK for JavaScript
    Preparing search index...

    Interface ModelServiceConfig_PayPerTokenConfig

    Configuration for a pay-per-token foundation-model destination. Identifies the foundation model by its UC resource name; the platform resolves it to a Model Serving endpoint at request time.

    interface ModelServiceConfig_PayPerTokenConfig {
        model?: string;
    }
    Index

    Properties

    Properties

    model?: string

    Resource name of the UC model. Format: models/{catalog}.{schema}.{model}.