Databricks SDK for JavaScript
    Preparing search index...

    A representation of all DataPlaneInfo for operations that can be done on a model through Data Plane APIs.

    interface ModelDataPlaneInfo {
        queryInfo?: DataPlaneInfo;
    }
    Index

    Properties

    Properties

    queryInfo?: DataPlaneInfo

    Information required to query DataPlane API 'query' endpoint.