aclmdlRIDebugJsonPrint
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
☓ |
|
☓ |
|
☓ |
Description
Exports the model running instance information to a file in JSON format in maintenance and test scenarios. The instance information includes the model ID, stream ID, task ID, and task type. Then, you can view the visualized model information in tracing mode (for example, chrome://tracing/).
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
modelRI |
Input |
Running instance of the model that is used to temporarily store the captured tasks. Ensure that the value of modelRI is valid. |
path |
Input |
Path of the file to export to. The path includes the file name. Ensure that the file path exists and you have read and write permissions on it. Otherwise, this API returns a failure message. |
flags |
Input |
Reserved. The value is fixed at 0. |
Returns
0 on success; else, failure. For details, see aclError.