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