build_context_tags_from_databricks_job_info {mlflow} | R 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
[Package mlflow version 2.19.0 Index]