MxDataOutput
Function
Defines the output data of the inference service.
Structure Definition
class MxDataOutput:
def __init__(self):
self.errorCode = None
self.data = None
Parameter Description
Parameter |
Type |
Description |
|---|---|---|
errorCode |
int |
Output error code |
data |
bytes |
Output result data |
Parent topic: Data Structure