aclmdlRIGetName

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Obtains the name of a model running instance. If aclmdlRISetName is not called, an empty string will be returned by the current API.

Prototype

aclError aclmdlRIGetName(aclmdlRI modelRI, uint32_t maxLen, char *name)

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.