Uses of Enum Class
com.github.copilot.generated.rpc.SessionLimitPredictionTier
Packages that use SessionLimitPredictionTier
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionLimitPredictionTier in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionLimitPredictionTier in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumSemantic usage tier used for a recommended cap or additional headroom.Methods in com.github.copilot.generated.rpc that return SessionLimitPredictionTierModifier and TypeMethodDescriptionstatic SessionLimitPredictionTierSessionLimitPredictionDetails.recommendedTier()Returns the value of therecommendedTierrecord component.SessionLimitPredictionTierOption.tier()Returns the value of thetierrecord component.static SessionLimitPredictionTierReturns the enum constant of this class with the specified name.static SessionLimitPredictionTier[]SessionLimitPredictionTier.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type SessionLimitPredictionTierModifierConstructorDescriptionSessionLimitPredictionDetails(SessionLimitPredictionClientType clientType, String modelId, SessionLimitPredictionSource source, String sourceKey, String family, List<SessionLimitPredictionTierOption> tiers, SessionLimitPredictionBaselineData baselineData, SessionLimitPredictionTier recommendedTier, Double recommendedCap) Creates an instance of aSessionLimitPredictionDetailsrecord class.Creates an instance of aSessionLimitPredictionTierOptionrecord class.