Function: model_unsubscribe

C Prototype

aclError aclprofModelUnSubscribe(uint32_t modelId)

Python Function

ret = acl.prof.model_unsubscribe(model_id)

Function Usage

Unsubscribes from basic operator information, including the operator name, operator type, and operator execution duration, in network scenarios.

Input Description

model_id: int, ID of the subscribed model.

Return Value

ret: int, error code.

Restrictions

This API must be used in pair with acl.prof.model_subscribe.

Reference

For the API call example, see Profile Data Collection.