MxDataOutput
Description
Defines the output data of the inference service.
Structure Definition
1 2 3 4 | class MxDataOutput: def __init__(self): self.errorCode = None self.data = None |
Parameters
Parameter |
Type |
Description |
|---|---|---|
errorCode |
int |
Output error code |
data |
bytes |
Output result data |
Parent topic: Process Orchestration Data Class