Uses of Record Class
com.github.copilot.generated.UsageCheckpointModelCacheState
Packages that use UsageCheckpointModelCacheState
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of UsageCheckpointModelCacheState in com.github.copilot.generated
Methods in com.github.copilot.generated that return types with arguments of type UsageCheckpointModelCacheStateModifier and TypeMethodDescriptionSessionUsageCheckpointEvent.SessionUsageCheckpointEventData.modelCacheState()Returns the value of themodelCacheStaterecord component.Constructor parameters in com.github.copilot.generated with type arguments of type UsageCheckpointModelCacheStateModifierConstructorDescriptionSessionUsageCheckpointEventData(Double totalNanoAiu, Double totalPremiumRequests, List<UsageCheckpointModelCacheState> modelCacheState) Creates an instance of aSessionUsageCheckpointEventDatarecord class.