mantik.cli.models.models¶
Attributes¶
Functions¶
|
Trigger model containerization. |
|
Interaction with models through the mantik api. |
|
Add a new trained model entry. |
|
Delete a trained model. |
|
Download the containerized version of the model. |
|
Print details of all trained models in project. |
|
Print container build status. |
|
Print details of specific trained model. |
|
|
|
Update details of existing trained model. |
Module Contents¶
- mantik.cli.models.models.build_model(project_id: uuid.UUID, model_id: uuid.UUID) None [source]¶
Trigger model containerization.
- mantik.cli.models.models.create_model_entry(project_id: uuid.UUID, name: str, uri: str, location: str, connection_id: uuid.UUID | None, mlflow_parameters: dict | None, run_id: uuid.UUID | None) None [source]¶
Add a new trained model entry.
- mantik.cli.models.models.delete_model(project_id: uuid.UUID, model_id: uuid.UUID) None [source]¶
Delete a trained model.
- mantik.cli.models.models.download_model(project_id: uuid.UUID, model_id: uuid.UUID, target_dir: str, image_type: str, load: bool) None [source]¶
Download the containerized version of the model.
- mantik.cli.models.models.get_all_project_models(project_id: uuid.UUID) None [source]¶
Print details of all trained models in project.
- mantik.cli.models.models.get_build_status(project_id: uuid.UUID, model_id: uuid.UUID) None [source]¶
Print container build status.