Databricks SDK for JavaScript
    Preparing search index...
    interface ServedModelLite {
        entityName?: string;
        entityVersion?: string;
        externalModel?: ExternalModel;
        foundationModel?: FoundationModel;
        modelName?: string;
        modelVersion?: string;
        name?: string;
    }
    Index

    Properties

    entityName?: string
    entityVersion?: string
    externalModel?: ExternalModel
    foundationModel?: FoundationModel
    modelName?: string

    Only one of model_name and entity_name should be populated

    modelVersion?: string

    Only one of model_version and entity_version should be populated

    name?: string