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