Uses of Record Class
com.github.copilot.generated.rpc.SessionLimitPredictionBaselineData
Packages that use SessionLimitPredictionBaselineData
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionLimitPredictionBaselineData in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return SessionLimitPredictionBaselineDataModifier and TypeMethodDescriptionSessionLimitPredictionDetails.baselineData()Returns the value of thebaselineDatarecord component.Constructors in com.github.copilot.generated.rpc with parameters of type SessionLimitPredictionBaselineDataModifierConstructorDescriptionSessionLimitPredictionDetails(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.