Modeller API.
Modeller
(config)[source]¶Bases: object
Implements the Modeller API.
create_model
(source, name, inventory_index_id, background)[source]¶Creates a model from the import source.
Parameters: |
|
---|---|
Returns: | the created data model |
Return type: | object |
delete_model
(model_name)[source]¶Deletes a model.
Parameters: | model_name (str) – name of the model to be deleted |
---|