JobManager
Helper class for monitoring all jobs in the queue. The JobManager provides a holistic view of all jobs executed by the user and enables recovery of jobs that may have been lost.
⚠️ Important Note: Once an engine is suspended, job IDs are no longer available. However, experiment results and model run IDs remain accessible via Snowflake experiment tracking.
Parameters
Section titled “Parameters”| Name | Type | Description | Optional |
|---|---|---|---|
connector | SnowflakeConnector | The connector object used for sending requests to the GNN engine. | No |
Returns
Section titled “Returns”An instance of the JobManager class.
Example
Section titled “Example”from relationalai_gnns import JobManagerjob_manager = JobManager(connector=connector)