Skip to contents

Approves a model version stage transition request.

Usage

approve_model_transition_request(
  client,
  name,
  version,
  stage,
  archive_existing_versions,
  comment = NULL
)

modelRegistryApproveTransitionRequest(
  client,
  name,
  version,
  stage,
  archive_existing_versions,
  comment = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. Name of the model.

version

Required. Version of the model.

stage

Required. Target stage of the transition.

archive_existing_versions

Required. Specifies whether to archive all current model versions in the target stage.

comment

User-provided comment on the action.