Uses of Record Class
com.github.copilot.sdk.generated.ShutdownModelMetric
Packages that use ShutdownModelMetric
-
Uses of ShutdownModelMetric in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return types with arguments of type ShutdownModelMetricModifier and TypeMethodDescriptionSessionShutdownEvent.SessionShutdownEventData.modelMetrics()Returns the value of themodelMetricsrecord component.Constructor parameters in com.github.copilot.sdk.generated with type arguments of type ShutdownModelMetricModifierConstructorDescriptionSessionShutdownEventData(ShutdownType shutdownType, String errorReason, Double totalPremiumRequests, Double totalApiDurationMs, Double sessionStartTime, ShutdownCodeChanges codeChanges, Map<String, ShutdownModelMetric> modelMetrics, String currentModel, Double currentTokens, Double systemTokens, Double conversationTokens, Double toolDefinitionsTokens) Creates an instance of aSessionShutdownEventDatarecord class.