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