UpdateAlgorithm
Updated at:
Updates an algorithm.
Try it now
Test
RAM authorization
Request syntax
PUT /api/v1/algorithms/{AlgorithmId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AlgorithmId |
string |
No |
The algorithm ID. |
algo-sidjc8134hv |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AlgorithmDescription |
string |
No |
The algorithm description. |
大语言模型训练。 |
| DisplayName |
string |
No |
The display name of the algorithm. |
LLM Train |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
E7C42CC7-2E85-508A-84F4-923B605FD10F |
| AlgorithmId |
string |
The algorithm ID. |
algo-sidjc8134hv |
Examples
Success response
JSON format
{
"RequestId": "E7C42CC7-2E85-508A-84F4-923B605FD10F",
"AlgorithmId": "algo-sidjc8134hv"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
Is this page helpful?