build_context_tags_from_databricks_notebook_info {mlflow} | R Documentation |
Get information from Databricks Notebook environment
Description
Retrieves the notebook id, path, url, name, version, and type from the Databricks Notebook execution environment and sets them to a list to be used for setting the configured environment for executing an MLflow run in R from Databricks.
Usage
build_context_tags_from_databricks_notebook_info(notebook_info)
Arguments
notebook_info |
The configuration data from the Databricks Notebook environment |
Value
A list of tags to be set by the run context when creating MLflow runs in the current Databricks Notebook environment
[Package mlflow version 2.19.0 Index]