Uses of Record Class
com.github.copilot.generated.rpc.SessionSettingsModelSnapshot
Packages that use SessionSettingsModelSnapshot
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionSettingsModelSnapshot in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return SessionSettingsModelSnapshotModifier and TypeMethodDescriptionSessionSettingsSnapshotResult.model()Returns the value of themodelrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type SessionSettingsModelSnapshotModifierConstructorDescriptionSessionSettingsSnapshotResult(String version, String clientName, Double timeoutMs, Double startTimeMs, SessionSettingsRepoSnapshot repo, SessionSettingsModelSnapshot model, SessionSettingsValidationSnapshot validation, SessionSettingsJobSnapshot job, SessionSettingsOnlineEvaluationSnapshot onlineEvaluation) Creates an instance of aSessionSettingsSnapshotResultrecord class.