Uses of Record Class
com.github.copilot.generated.AssistantUsageCopilotUsage
Packages that use AssistantUsageCopilotUsage
-
Uses of AssistantUsageCopilotUsage in com.github.copilot.generated
Methods in com.github.copilot.generated that return AssistantUsageCopilotUsageModifier and TypeMethodDescriptionAssistantUsageEvent.AssistantUsageEventData.copilotUsage()Returns the value of thecopilotUsagerecord component.Constructors in com.github.copilot.generated with parameters of type AssistantUsageCopilotUsageModifierConstructorDescriptionAssistantUsageEventData(String model, Long inputTokens, Long outputTokens, Long cacheReadTokens, Long cacheWriteTokens, Long reasoningTokens, Double cost, Long duration, Long timeToFirstTokenMs, Double interTokenLatencyMs, String initiator, String apiCallId, String providerCallId, String serviceRequestId, AssistantUsageApiEndpoint apiEndpoint, String parentToolCallId, Map<String, AssistantUsageQuotaSnapshot> quotaSnapshots, AssistantUsageCopilotUsage copilotUsage, String reasoningEffort) Creates an instance of aAssistantUsageEventDatarecord class.