Uses of Class
org.machanism.machai.ai.manager.Usage
Packages that use Usage
Package
Description
Coordinates provider construction and token-usage collection for the
application's generative-AI integrations.
-
Uses of Usage in org.machanism.machai.ai.manager
Fields in org.machanism.machai.ai.manager with type parameters of type UsageModifier and TypeFieldDescriptionUsageStatistics.modelUsagesIn-memory registry of usage entries grouped by model identifier.Methods in org.machanism.machai.ai.manager that return types with arguments of type UsageModifier and TypeMethodDescriptionUsageStatistics.getAllModelUsages()Returns the aggregated usage map for all models.UsageStatistics.getUsageForModel(String modelId) Returns the aggregated usage entries for a specific model.Methods in org.machanism.machai.ai.manager with parameters of type Usage