CreateAlgorithm
Creates an algorithm.
Try it now
Test
RAM authorization
Request syntax
POST /api/v1/algorithms HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
string |
No |
The ID of the workspace. |
12345 |
| AlgorithmDescription |
string |
No |
The description of the algorithm. |
通义千问大语言模型训练算法。 |
| AlgorithmName |
string |
No |
The name of the algorithm. |
llm_training |
| DisplayName |
string |
No |
The display name of the algorithm. |
大语言模型训练 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The request ID. |
E7C42CC7-2E85-508A-84F4-923B605FD10F |
| AlgorithmId |
string |
The ID of the algorithm. |
algo-xsldfvu1334 |
Examples
Success response
JSON format
{
"RequestId": "E7C42CC7-2E85-508A-84F4-923B605FD10F",
"AlgorithmId": "algo-xsldfvu1334"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.