
Approve Model Version Stage Transition Request
Source:R/mlflow-databricks.R
      db_mlflow_model_approve_transition_req.RdApprove Model Version Stage Transition Request
Arguments
- name
 Name of the model.
- version
 Version of the model.
- stage
 Target stage of the transition. Valid values are:
None,Staging,Production,Archived.- archive_existing_versions
 Boolean (Default:
TRUE). Specifies whether to archive all current model versions in the target stage.- comment
 User-provided comment on the action.
- host
 Databricks workspace URL, defaults to calling
db_host().- token
 Databricks workspace token, defaults to calling
db_token().- perform_request
 If
TRUE(default) the request is performed, ifFALSEthe httr2 request is returned without being performed.
See also
Other Model Registry API:
db_mlflow_model_delete_transition_req(),
db_mlflow_model_open_transition_reqs(),
db_mlflow_model_reject_transition_req(),
db_mlflow_model_transition_req(),
db_mlflow_model_transition_stage(),
db_mlflow_model_version_comment(),
db_mlflow_model_version_comment_delete(),
db_mlflow_model_version_comment_edit(),
db_mlflow_registered_model_details()