OptionalartifactURI of the directory where artifacts should be uploaded.
This can be a local path (starting with "/"), or a distributed file system (DFS)
path, like s3://bucket/directory or dbfs:/my/directory.
If not set, the local ./mlruns directory is chosen.
OptionalendUnix timestamp of when the run ended in milliseconds.
OptionalexperimentThe experiment ID.
OptionallifecycleCurrent life cycle stage of the experiment : OneOf("active", "deleted")
OptionalrunUnique identifier for the run.
OptionalrunThe name of the run.
Optionalrun[Deprecated, use run_id instead] Unique identifier for the run. This field will be removed in a future MLflow version.
OptionalstartUnix timestamp of when the run started in milliseconds.
OptionalstatusCurrent status of the run.
OptionaluserUser who initiated the run. This field is deprecated as of MLflow 1.0, and will be removed in a future MLflow release. Use 'mlflow.user' tag instead.
Metadata of a single run.