Management Client
The Management Client is designed for AI Providers to manage all aspects of model setup, integration, and resource management. Providers can perform these activities using either the Lattica Web Console or the Python SDK.
Installing the Management Package (Python SDK)
If you choose to use the Python SDK, install the Management Client package. This package provides all functionalities needed for deploying models, managing tokens, and controlling workers.
Model Compilation and Integration
The Management Client enables AI Providers to deploy and manage their models in Lattica’s system.
Deployment Options:
Use the Web Console for an intuitive user interface.
Use the Python SDK for programmatic integration.
Note: The model will be ready for processing only after LatticaAI builds the homomorphic-ready model in the backend.
After LatticaAI confirms the model's successful creation, the provider can begin using it for encrypted data processing.
Access Token Management
The Management Client provides tools to manage User Access Tokens, which control secure access to deployed models.
Token Functions:
Create new tokens.
Activate or deactivate tokens.
These activities can be performed via the Web Console or the Python SDK.
Worker (GPU) Management
After models and tokens are set up, AI Providers can control computational resources by managing workers.
Providers can perform these activities through the Web Console or Python SDK, giving full control over runtime and resources.
Last updated
Was this helpful?