Updated on 2022-03-13 GMT+08:00

AIConfig

Serves as the input parameter when the Init interface of the model manager is called. For details, see ai_types.proto.

message AIConfig
{
    repeated AIConfigItem items = 1; // Configuration item list
};