Skip to main content
You can check the progress of the job by opening the Progress Bar page view, and use the Job UUID to identify the job at your Expected Parrot account. If you also passed a remote_inference_description and/or remote_inference_visibility setting to the run() method (as we do below) you can also use those to identify the job on the platform. See the Job UUID and URL that are returned in the job status table (this table is returned when any job is run remotely). Note that the Results UUID and Results URL are not automatically updated when the job completes:

Status updates

You can also check for updates by calling the fetch() method on the results object that you are generating. By default, this will check for results once every second. You can specify a different polling interval by passing the number of seconds for the interval. For example, while the job above is running we check for results every 2.0 seconds until they are returned:
Waiting for remote job to complete… Waiting for remote job to complete…
Now we can select and analyze the results as usual:
Here we post/update this notebook at Expected Parrot: