Databricks SDK for JavaScript
    Preparing search index...
    interface RenameRegisteredModelRequest {
        name?: string;
        newName?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Registered model unique name identifier.

    newName?: string

    If provided, updates the name for this registered_model.