Uses of Enum Class
com.github.copilot.sdk.generated.AssistantUsageApiEndpoint
Packages that use AssistantUsageApiEndpoint
-
Uses of AssistantUsageApiEndpoint in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return AssistantUsageApiEndpointModifier and TypeMethodDescriptionAssistantUsageEvent.AssistantUsageEventData.apiEndpoint()Returns the value of theapiEndpointrecord component.static AssistantUsageApiEndpointstatic AssistantUsageApiEndpointReturns the enum constant of this class with the specified name.static AssistantUsageApiEndpoint[]AssistantUsageApiEndpoint.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated with parameters of type AssistantUsageApiEndpointModifierConstructorDescriptionAssistantUsageEventData(String model, Double inputTokens, Double outputTokens, Double cacheReadTokens, Double cacheWriteTokens, Double reasoningTokens, Double cost, Double duration, Double ttftMs, Double interTokenLatencyMs, String initiator, String apiCallId, String providerCallId, AssistantUsageApiEndpoint apiEndpoint, String parentToolCallId, Map<String, AssistantUsageQuotaSnapshot> quotaSnapshots, AssistantUsageCopilotUsage copilotUsage, String reasoningEffort) Creates an instance of aAssistantUsageEventDatarecord class.