View source: R/mlflow-databricks.R
db_mlflow_model_approve_transition_req | R Documentation |
Approve Model Version Stage Transition Request
db_mlflow_model_approve_transition_req(
name,
version,
stage = c("None", "Staging", "Production", "Archived"),
archive_existing_versions = TRUE,
comment = NULL,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
name |
Name of the model. |
version |
Version of the model. |
stage |
Target stage of the transition. Valid values are: |
archive_existing_versions |
Boolean (Default: |
comment |
User-provided comment on the action. |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.