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