You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for run name for mlflow (#10)
This PR implements a change to set the MLFlow run name in the `uv.start_run` method. If the user does not set this explicitly, then this value is picked up from the environment variable `MLFLOW_RUN_NAME` in a manner similar to the way that the MLFlow experiment name is set in the same method.
This PR also adds support for setting the artifact_root for an mlflow experiment in the `uv.start_run` method.
Additionally, this adds tags for CAIP jobs to list the job id and a link to the ai-platform console page for the job