build_context_tags_from_databricks_job_info: Get information from a Databricks job execution context

View source: R/databricks-utils.R

build_context_tags_from_databricks_job_infoR Documentation

Get information from a Databricks job execution context

Description

Parses the data from a job execution context when running on Databricks in a non-interactive mode. This function extracts relevant data that Mlflow needs in order to properly utilize the MLflow APIs from this context.

Usage

build_context_tags_from_databricks_job_info(job_info)

Arguments

job_info

The job-related metadata from a running Databricks job

Value

A list of tags to be set by the run context when creating MLflow runs in the current Databricks Job environment


mlflow documentation built on Nov. 23, 2023, 9:13 a.m.