The Xentara Torch Engine v1.1
User Manual
JSON Format for Torch Engine Outputs
See also
xentara_io_points in the Xentara user manual

A JSON object describing a Torch Engine has following syntax:

{
"@Skill.Torch-Engine.Output": {
"id": "Output Zero",
"uuid": "ae9f629a-01f4-4617-a8e3-b103301213c0",
"index": 0
}
}

Object Members
idA string value containing the ID of the output. The ID is used to construct the output's primary key.
UUIDA string value containing the unique UUID of the output.
ACLAn optional JSON object containing the element ACL of the output. The format of the block is described here.
indexAn 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.