You can export models, experiments and training runs from your Managed MLflow cluster to a directory on your machine:Documentation Index
Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
-
Configure connection to your cluster by setting the
MLFLOW_TRACKING_URI,MLFLOW_TRACKING_USERNAMEandMLFLOW_TRACKING_PASSWORDenvironment variables used by MLflow Tracking.Clusters with disabled public access do not have public tracking URIs. You can save the private tracking URI toMLFLOW_TRACKING_URIand use it to export data to a Compute virtual machine that belongs to the same network as the cluster. -
Install the MLflow Export Import package:
-
Run
export-allto export all data from the cluster:You can also use other tools from the package to export single and multiple objects, or to move them between clusters. For details, see the tools overview and the guide to tools for copying in the package’s documentation.