IBMCompositeJob.properties#
- IBMCompositeJob.properties()[source]#
Return the backend properties for this job.
Note
This method blocks until all sub-jobs are submitted.
- Return type:
Union
[List
[BackendProperties
],BackendProperties
,None
]- Returns:
The backend properties used for this job, or
None
if properties are not available. A list of backend properties is returned if the sub-jobs used different properties.- Raises:
IBMJobApiError – If an unexpected error occurred when communicating with the server.