Uses of Record Class
com.github.copilot.generated.rpc.SessionLimitPredictionTierOption
Packages that use SessionLimitPredictionTierOption
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionLimitPredictionTierOption in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type SessionLimitPredictionTierOptionModifier and TypeMethodDescriptionSessionLimitPredictionDetails.tiers()Returns the value of thetiersrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type SessionLimitPredictionTierOptionModifierConstructorDescriptionSessionLimitPredictionDetails(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.