Databricks SDK for JavaScript
    Preparing search index...

    Request to get a model service.

    interface GetModelServiceRequest {
        includeBrowse?: boolean;
        name?: string;
    }
    Index

    Properties

    includeBrowse?: boolean

    Whether to include model services for which the principal can only access selective metadata.

    name?: string

    Resource name of the model service. Format: model-services/{catalog}.{schema}.{model_service}. Each {...} component is capped at 255 characters individually.