The Xentara Torch Engine v1.1
User Manual
|
A JSON object describing a Torch Engine has following syntax:
id | A string value containing the ID of the output. The ID is used to construct the output's primary key. |
UUID | A string value containing the unique UUID of the output. |
ACL | An optional JSON object containing the element ACL of the output. The format of the block is described here. |
index | An integer value representing the index output of the neural network model. |
Please remember that each element block requires two layers of {}
due to the syntax restrictions of the JSON format.