Uses of Record Class
com.github.copilot.sdk.generated.ShutdownTokenDetail
Packages that use ShutdownTokenDetail
-
Uses of ShutdownTokenDetail in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.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.sdk.generated with type arguments of type ShutdownTokenDetailModifierConstructorDescriptionSessionShutdownEventData(ShutdownType shutdownType, String errorReason, Double totalPremiumRequests, Double totalNanoAiu, Map<String, ShutdownTokenDetail> tokenDetails, 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.