core.inference.headers#

Module Contents#

Classes#

Headers

Enum representing headers used for communication with the inference-coordinator.

API#

class core.inference.headers.Headers(*args, **kwds)#

Bases: enum.Enum

Enum representing headers used for communication with the inference-coordinator.

Initialization

CONNECT#

‘auto(…)’

CONNECT_ACK#

‘auto(…)’

SUBMIT_REQUEST#

‘auto(…)’

ENGINE_REPLY#

‘auto(…)’

PAUSE#

‘auto(…)’

PAUSE_ACK#

‘auto(…)’

UNPAUSE#

‘auto(…)’

SUSPEND#

‘auto(…)’

RESUME#

‘auto(…)’

STOP#

‘auto(…)’

STOP_ACK#

‘auto(…)’

exception core.inference.headers.UnknownHeaderError#

Bases: Exception

A signal with an unrecognized header was received by the coordinator.

Initialization

Initialize self. See help(type(self)) for accurate signature.

__init_(header)#