Create a new instance |
POST |
/cloud/createInstance |
||
|
|
|
|
|
Implementation Notes |
|
|
|
|
Create an instance of the different models available. You can classify, cluster, recommend and discover. Also, with this resource you can create a grid by setting the flag EXECUTE_GRID to 'true' in the parameters and sending a list of values to each parameter separated by ';'. For now the grid functionality is only available in simClassify and simClassify+. |
|
|
||
Parameters |
|
|
|
|
Parameter |
|
Description |
Parameter Type |
Data Type |
params |
|
Instance's parameters. A string as a list of parameters separated by '_@_@_'. Each parameter is in the format param_name=param_value. Example 'a=1_@_@_b=2' |
form |
string |
instanceName |
|
Name of the instance. Alphanumeric string: [A-Za-z0-9-_]+. |
form |
string |
folderName |
|
Name of the folder. Alphanumeric string: [A-Za-z0-9-_]+ |
form |
string |
modelType |
|
Type of the model. One of the following values: simSearch, simClassify, simClassify%2B, simCluster, or simRecommend. |
form |
string |
specsFileName |
|
Name of the specs file. Alphanumeric string: [A-Za-z0-9-_]+ |
form |
string |
user |
|
user's authentication |
header (authorization) |
basic authentication |
Create a New Instance
- Updated
Comments
0 comments
Please sign in to leave a comment.