aclmdlRIGetName
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the name of a model running instance. If aclmdlRISetName is not called, an empty string will be returned by the current API.
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
modelRI |
Input |
Model running instance. |
maxLen |
Input |
Maximum memory size (in bytes) for storing the name. |
name |
Output |
Name of the model running instance. The name cannot exceed 512 bytes. Excess part will be truncated and returned. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Model Running Instance Management