core.inference.headers#
Module Contents#
Classes#
Enum representing headers used for communication with the inference-coordinator. |
API#
- class core.inference.headers.Headers(*args, **kwds)#
Bases:
enum.EnumEnum representing headers used for communication with the inference-coordinator.
Initialization
- CONNECT#
‘auto(…)’
- CONNECT_ACK#
‘auto(…)’
- SUBMIT_REQUEST#
‘auto(…)’
- ENGINE_REPLY#
‘auto(…)’
- PAUSE#
‘auto(…)’
- UNPAUSE#
‘auto(…)’
- SUSPEND#
‘auto(…)’
- RESUME#
‘auto(…)’
- INCREMENT_STALENESS#
‘auto(…)’
- STOP#
‘auto(…)’
- DISCONNECT#
‘auto(…)’
- SHUTDOWN#
‘auto(…)’
- exception core.inference.headers.UnknownHeaderError(header)#
Bases:
ExceptionA signal with an unrecognized header was received by the coordinator.
Initialization
Initialize self. See help(type(self)) for accurate signature.