mlflow_id {mlflow} | R Documentation |
Get Run or Experiment ID
Description
Extracts the ID of the run or experiment.
Usage
mlflow_id(object)
## S3 method for class 'mlflow_run'
mlflow_id(object)
## S3 method for class 'mlflow_experiment'
mlflow_id(object)
Arguments
object |
An 'mlflow_run' or 'mlflow_experiment' object. |
[Package mlflow version 2.14.1 Index]