Accessing the Job instance
Each GraphContainer is associated to a single Job instance. The Job class provides methods to set the inputs, execute the graph and obtain the results from the outputs. You can access the Job instance using the GraphContainer's getJob()
method.