CreateAlgorithmVersion
Updated at:
Creates a version of an algorithm.
Try it now
Test
RAM authorization
Request syntax
POST /api/v1/algorithms/{AlgorithmId}/versions/{AlgorithmVersion} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AlgorithmId |
string |
No |
ID of the training algorithm. |
algo-xsldfvu1334 |
| AlgorithmVersion |
string |
No |
Algorithm version. |
v0.0.1 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AlgorithmSpec | AlgorithmSpec |
No |
Algorithm configuration. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema. |
||
| AlgorithmId |
string |
ID of the training algorithm. |
algo-xsldfvu1334 |
| AlgorithmVersion |
string |
Algorithm version. |
v0.0.1 |
Examples
Success response
JSON format
{
"AlgorithmId": "algo-xsldfvu1334",
"AlgorithmVersion": "v0.0.1"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
Is this page helpful?