Databricks SDK for JavaScript
    Preparing search index...

    Interface GetServedModelBuildLogsRequest

    interface GetServedModelBuildLogsRequest {
        name?: string;
        servedModelName?: string;
    }
    Index

    Properties

    name?: string

    The name of the serving endpoint that the served model belongs to. This field is required.

    servedModelName?: string

    The name of the served model that build logs will be retrieved for. This field is required.