build_context_tags_from_databricks_notebook_info: Get information from Databricks Notebook environment

View source: R/databricks-utils.R

build_context_tags_from_databricks_notebook_infoR 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


mlflow documentation built on June 29, 2024, 1:06 a.m.