Uses of Enum Class
com.github.copilot.generated.rpc.SessionLimitPredictionSource
Packages that use SessionLimitPredictionSource
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionLimitPredictionSource in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionLimitPredictionSource in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumBaseline fallback level used to create the prediction.Methods in com.github.copilot.generated.rpc that return SessionLimitPredictionSourceModifier and TypeMethodDescriptionstatic SessionLimitPredictionSourceSessionLimitPredictionDetails.source()Returns the value of thesourcerecord component.static SessionLimitPredictionSourceReturns the enum constant of this class with the specified name.static SessionLimitPredictionSource[]SessionLimitPredictionSource.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 SessionLimitPredictionSourceModifierConstructorDescriptionSessionLimitPredictionDetails(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.