FlowMsg Constructor

Applicability

Product

Supported

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

x

Function Description

Constructs an object of class FlowMsg.

Prototype

1
__init__(self, flow_msg: flowfunc_wrapper.FlowMsg) -> None

Parameters

FlowMsg defined in the flowfunc_wrapper module. During actual execution, the parameter is passed by the C++ code and mapped to the FlowMsg object of flowfunc_wrapper through the binding relationship of pybind11.

Returns

Object of class FlowMsg

Exception Handling

None

Constraints

None