Databricks SDK for JavaScript
    Preparing search index...
    interface DeleteTransitionRequest {
        comment?: string;
        creator?: string;
        name?: string;
        stage?: string;
        version?: string;
    }
    Index

    Properties

    comment?: string

    User-provided comment on the action.

    creator?: string

    Username of the user who created this request. Of the transition requests matching the specified details, only the one transition created by this user will be deleted.

    name?: string

    Name of the model.

    stage?: string

    Target stage of the transition request. Valid values are:

    • None: The initial stage of a model version.

    • Staging: Staging or pre-production stage.

    • Production: Production stage.

    • Archived: Archived stage.

    version?: string

    Version of the model.