Databricks SDK for JavaScript
    Preparing search index...
    interface EndpointCoreConfigSummary {
        servedEntities?: ServedModelLite[];
        servedModels?: ServedModelLite[];
    }
    Index

    Properties

    servedEntities?: ServedModelLite[]

    The list of served entities under the serving endpoint config.

    servedModels?: ServedModelLite[]

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