ListAlgorithms
Lists algorithm details.
Try it now
Test
RAM authorization
Request syntax
GET /api/v1/algorithms HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageSize |
integer |
No |
Page size. |
10 |
| PageNumber |
integer |
No |
Page number. |
1 |
| AlgorithmName |
string |
No |
Algorithm name. |
llm_training |
| AlgorithmId |
string |
No |
Algorithm ID. |
algo-xsldfvu1334 |
| AlgorithmProvider |
string |
No |
Algorithm provider. |
pai |
| WorkspaceId |
string |
No |
Workspace ID. |
12345 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response. |
||
| Algorithms |
array<object> |
Algorithm list. |
|
|
object |
Algorithm details. |
||
| AlgorithmDescription |
string |
Algorithm description. |
大语言模型训练。 |
| AlgorithmId |
string |
Algorithm ID. |
algo-sidjc8134hv |
| AlgorithmName |
string |
Algorithm name. |
llm_train |
| AlgorithmProvider |
string |
Algorithm provider. |
pai |
| GmtCreateTime |
string |
Algorithm creation time. |
2023-07-21T03:35:24Z |
| GmtModifiedTime |
string |
Algorithm update time. |
2023-07-25T02:15:40Z |
| UserId |
string |
Algorithm owner ID. |
123456789 |
| WorkspaceId |
string |
Workspace ID. |
12345 |
| DisplayName |
string |
Algorithm display name. |
LLM Train |
| TotalCount |
integer |
Total algorithms. |
4 |
| RequestId |
string |
Request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
Examples
Success response
JSON format
{
"Algorithms": [
{
"AlgorithmDescription": "大语言模型训练。",
"AlgorithmId": "algo-sidjc8134hv",
"AlgorithmName": "llm_train",
"AlgorithmProvider": "pai",
"GmtCreateTime": "2023-07-21T03:35:24Z",
"GmtModifiedTime": "2023-07-25T02:15:40Z",
"UserId": "123456789",
"WorkspaceId": "12345",
"DisplayName": "LLM Train"
}
],
"TotalCount": 4,
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.