list mlflow
The list mlflow
command lists the MLflow URLs for a specific ML model.
Syntax
list mlflow [<model name>[,<run id>]]
Parameters
Parameter
Description
<model name>
The name of the ML model
<run id>
The specific training run identifier
Example
list mlflow trip_fare_2_ml_model,1
Last updated