Concepts
Features
Reference
Type:int
Modifiable:No
Retrieve the last error code received from the Cluster Managerassociated with this batch. A non-zero value indicates that a problemoccurred. Refer to theError Codes tablefor a list of possible return values. Details on the error can be obtained byqueryingBatchErrorMessage.
Note that all Batch attributes arecached locally, and are only updated when you create a client-side batchobject or when you explicitly update this cache (by calling theappropriate update function -GRBupdatebatch forC,update forPython, etc.).
For examples of how to query or modify attributes, refer to ourAttribute Examples.
Type:string
Modifiable:No
Retrieve the last error message received from the Cluster Managerassociated with this batch. The related error code can be queriedthrough theBatchErrorCode attribute.
Note that all Batch attributes arecached locally, and are only updated when you create a client-side batchobject or when you explicitly update this cache (by calling theappropriate update function -GRBupdatebatch forC,update forPython, etc.).
For examples of how to query or modify attributes, refer to ourAttribute Examples.
Type:string
Modifiable:No
The ID for the batch. Please refer to theBatch Optimization section for moredetails.
Note that all Batch attributes arecached locally, and are only updated when you create a client-side batchobject or when you explicitly update this cache (by calling theappropriate update function -GRBupdatebatch forC,update forPython, etc.).
For examples of how to query or modify attributes, refer to ourAttribute Examples.
Type:int
Modifiable:No
Current status for the batch request. Status values are described in theStatus Code section.
Note that all Batch attributes arecached locally, and are only updated when you create a client-side batchobject or when you explicitly update this cache (by calling theappropriate update function -GRBupdatebatch forC,update forPython, etc.).
For examples of how to query or modify attributes, refer to ourAttribute Examples.
Help and Feedback