Uses of Class
com.bytedesk.ai.statistic_token.StatisticTokenHourlyResponse
Packages that use StatisticTokenHourlyResponse
-
Uses of StatisticTokenHourlyResponse in com.bytedesk.ai.statistic_token
Fields in com.bytedesk.ai.statistic_token with type parameters of type StatisticTokenHourlyResponseModifier and TypeFieldDescriptionprivate List<StatisticTokenHourlyResponse>
StatisticTokenHourlyResponse.hourlyData
List of hourly data points for the entire day (0-23 hours)Methods in com.bytedesk.ai.statistic_token that return StatisticTokenHourlyResponseModifier and TypeMethodDescriptionStatisticTokenRestService.getHourlyTokenStatistics
(String orgUid, String date) Get hourly AI token statistics for a specific organization and date Returns token usage data organized by hour (0-23) for the entire dayStatisticTokenRestService.getHourlyTokenStatisticsByModelType
(String orgUid, String date, String aiModelType) Get hourly AI token statistics for a specific organization, date and AI model typeStatisticTokenRestService.getHourlyTokenStatisticsByProvider
(String orgUid, String date, String aiProvider) Get hourly AI token statistics for a specific organization, date and AI provider