Model Registry
Overview
ModelRegistry Service
Initialization
from viewai_client import ViewAIClient
# Initialize client (registry is included)
client = ViewAIClient(api_key="your-api-key")
# Access model registry
registry = client.registryListing Models
List All Models
Filtered Listing
Searching Models
Search by Name
Search by Tags
Search by Date
Combined Search
Getting Model Details
Get Model by ID
Get Model Metadata
Model Comparison
Compare Multiple Models
Find Similar Models
Model Analytics
Get Model Statistics
Get Model Summary
Version Management
List Model Versions
Get Deployment History
Helper Functions
Find Models by Name Pattern
Find Recent Models
Find Pretrained Models
Find Workspace Models
Find Documented Models
Find Starred Models
Model Lifecycle
Get Model by Name
List Model Names
List Target Variables
Delete Model
Advanced Use Cases
Model Discovery Workflow
Model Comparison Report
Model Inventory Audit
Model Health Dashboard
Complete Example
Best Practices
Troubleshooting
No Models Found
Search Returns Empty
Model Not Found by ID
Next Steps
Was this helpful?