Databricks SDK for JavaScript
    Preparing search index...

    Details required to identify and reject a model version stage transition request.

    interface RejectTransitionRequest {
        comment?: string;
        name?: string;
        stage?: string;
        version?: string;
    }
    Index

    Properties

    comment?: string

    User-provided comment on the action.

    name?: string

    Name of the model.

    stage?: string

    Target stage of the transition. 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.