Databricks SDK for JavaScript
    Preparing search index...
    interface EndpointCoreConfig {
        autoCaptureConfig?: AutoCaptureConfig;
        servedEntities?: ServedModel[];
        servedModels?: ServedModel[];
        trafficConfig?: TrafficConfig;
    }
    Index

    Properties

    autoCaptureConfig?: AutoCaptureConfig

    Configuration for legacy Inference Tables which automatically log requests and responses to Unity Catalog. Deprecated: please use AI Gateway inference tables instead. See https://docs.databricks.com/aws/en/ai-gateway/inference-tables.

    servedEntities?: ServedModel[]

    The list of served entities under the serving endpoint config.

    servedModels?: ServedModel[]

    (Deprecated, use served_entities instead) The list of served models under the serving endpoint config.

    trafficConfig?: TrafficConfig

    The traffic configuration associated with the serving endpoint config.