Uses of Record Class
com.github.copilot.generated.rpc.UsageMetricsTokenDetail
Packages that use UsageMetricsTokenDetail
-
Uses of UsageMetricsTokenDetail in com.github.copilot.generated.rpc
Methods in com.github.copilot.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.generated.rpc with type arguments of type UsageMetricsTokenDetailModifierConstructorDescriptionSessionUsageGetMetricsResult(Double totalPremiumRequestCost, Long totalUserRequests, Double totalNanoAiu, Map<String, UsageMetricsTokenDetail> tokenDetails, Long totalApiDurationMs, OffsetDateTime sessionStartTime, UsageMetricsCodeChanges codeChanges, Map<String, UsageMetricsModelMetric> modelMetrics, String currentModel, Long lastCallInputTokens, Long lastCallOutputTokens) Creates an instance of aSessionUsageGetMetricsResultrecord class.