Databricks SDK for JavaScript
    Preparing search index...
    interface FinalizeLoggedModelRequest {
        modelId?: string;
        status?: LoggedModelStatus;
    }
    Index

    Properties

    Properties

    modelId?: string

    The ID of the logged model to finalize.

    Whether or not the model is ready for use. "LOGGED_MODEL_UPLOAD_FAILED" indicates that something went wrong when logging the model weights / agent code.