Api session event editor neuralnetwork set neural network

From Tygron Support wiki
Jump to navigation Jump to search

API Event to Set Neural Network

Name Importance Type Description Values
0 REQUIRED (NEURAL_NETWORK Integer ID) Neural Network
1 REQUIRED (byte or multiple values in array [a, b, c]) byte[]
2 REQUIRED (String) String

Response Codes

Response Code: Description
204 No Content
300-600 Codes Overview

Example POST

Example POST: https://engine.tygron.com/api/session/event/editorneuralnetwork/set_neural_network/?f=JSON&token=API_TOKEN

with content:

[ 41, [ 1, 2, 3 ], "Text" ]