Log MLFLow runs
# Use the following model wrapper to retrieve your MLFlow run artifacts
model = Model.mlflow(run_id='your_run_id', client=mlflow, url='https://your_url.com')
# Log MLFlow artifacts in Vectice
iteration.log(model)Parameter
Description
Default

