get_job

boulderopal.cloud.get_job(action_id)

Create an object to track a remote job from its action ID.

Parameters

action_id (int or str) – The ID associated with the calculation. You can get the ID of your calculations from the activity monitor.

Returns

The object tracking the remote job.

Return type

BoulderOpalJob

Was this useful?