You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces a new ModelsUsage component for monitoring model performance, usage analytics, and cost tracking. Integrates the dashboard into AdminDashboard with a new tab and icon, providing summary cards, model performance table, usage trends, and alerts.
{id: 'models',label: 'Model Management',icon: Database,component: ModelList,description: 'View, manage, and monitor AI/ML models across all tenants'},
22
23
{id: 'inference',label: 'Test Model Inference',icon: Activity,component: InferenceTest,description: 'Test model APIs and validate inference endpoints'},
23
24
{id: 'publishing',label: 'Model Publishing',icon: Globe,component: PublishingDashboard,description: 'Publish models to external API endpoints with authentication'},
24
-
25
+
{id: 'usage',label: 'Models Usage',icon: BarChart3,component: ModelsUsage,description: 'Monitor model performance, usage analytics, and cost tracking across deployments'},
25
26
];
26
27
27
28
// Developer Concerns: API access, usage monitoring, and application debugging
0 commit comments