Model Management APIs

This topic describes Model Management APIs in HPE Ezmeral ML Ops.

The model management APIs are a set of functions in a module of the ezmllib library:

ezmllib.modelmgmt.ezmodelmgmt.Ezmodelmgmt

To use the functions, enter the following command in a notebook cell. The notebook must be a Python 3 notebook.

from ezmllib.modelmgmt.ezmodelmgmt import Ezmodelmgmt

For example:


Notebook with example of importing Ezmodelmgmt and getting help

You can use the following command to display the source code with color coding of the different syntax elements.

?? Ezmodelmgmt

For example:


Example: listing the source code of the Ezmodelmgmt module