'mojo_pipeline' does not exist on the Driverless AI server

Vikrammis
Member Posts: 2
in H2O Products
Hello there,
i am trying to build a model using driverlessAI using python.
To deploy the model i need mojo.zip file
but when i try to download it using below comman it gives error:
'mojo_pipeline' does not exist on the Driverless AI server
best_experiment.artifacts.download(only=['mojo_pipeline'])
Can anyone suggest please what could be the issue?