Uses of Record Class
com.github.copilot.sdk.generated.rpc.UsageMetricsTokenDetail
Packages that use UsageMetricsTokenDetail
-
Uses of UsageMetricsTokenDetail in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return types with arguments of type UsageMetricsTokenDetailModifier and TypeMethodDescriptionSessionUsageGetMetricsResult.tokenDetails()Returns the value of thetokenDetailsrecord component.Constructor parameters in com.github.copilot.sdk.generated.rpc with type arguments of type UsageMetricsTokenDetailModifierConstructorDescriptionSessionUsageGetMetricsResult(Double totalPremiumRequestCost, Long totalUserRequests, Long totalNanoAiu, Map<String, UsageMetricsTokenDetail> tokenDetails, Double totalApiDurationMs, Long sessionStartTime, UsageMetricsCodeChanges codeChanges, Map<String, UsageMetricsModelMetric> modelMetrics, String currentModel, Long lastCallInputTokens, Long lastCallOutputTokens) Creates an instance of aSessionUsageGetMetricsResultrecord class.