This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.
Query the experiment list based on the plan ID
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PlanId | long | No | Plan ID | 189 |
Order | integer | No | Order | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Data": [
{
"ExperimentId": 1684537476910997500,
"CreateTime": 0,
"UpdateTime": 0,
"ExperimentName": "test",
"ExperimentType": "AI",
"ResourceName": "ecs.r8y.4xlarge",
"WorkloadName": "test",
"StartTime": "2024-10-22 10:18:10",
"EndTime": "2024-10-22 10:28:10",
"Status": "RUNNING",
"Results": {
"ExperimentId": 440,
"Duration": 20,
"SecondsPerIteration": 89,
"SamplesPerSecond": 10,
"Mfu": 34,
"WarningWorker": [
{
"ExperimentId": 113,
"Hostname": "101.66.165.102",
"PodName": "hzs-forge-sdxl-online-7ff4d86444-pc95h",
"GpuNum": 90,
"GpuName": "8x OAM 810 GPU",
"WarningFlag": false,
"WarningMsg": "warning msg",
"ErrorFlag": false,
"ErrorMsg": "error msg",
"Tflops": 43,
"SamplesPerSecond": 53
}
],
"ErrorWorker": [
{
"ExperimentId": 176,
"Hostname": "etcd_cluster_c0n2",
"PodName": "fluxserv-6fc89b45cf-w8wq6",
"GpuNum": 8,
"GpuName": "8x OAM 810 GPU",
"WarningFlag": false,
"WarningMsg": "warning msg",
"ErrorFlag": false,
"ErrorMsg": "error msg",
"Tflops": 42,
"SamplesPerSecond": 65
}
]
},
"SetParams": {
"key": "{}"
},
"GetParams": {
"key": "{}"
},
"EnvParams": {
"CpuPerWorker": 90,
"GpuPerWorker": 8,
"MemoryPerWorker": 500,
"ShareMemory": 500,
"WorkerNum": 1,
"CudaVersion": "1.0.0",
"NCCLVersion": "1.0.0",
"GpuDriverVersion": "1.0.0",
"PyTorchVersion": "1.0.0",
"ResourceNodes": [
{
"NodeName": "lingj1xxnjt1k4nv-mg18v52pydyuumae-0",
"TotalCPU": 90,
"TotalGPU": 8,
"TotalMemory": 500,
"RequestCPU": 90,
"RequestGPU": 8,
"RequestMemory": 500
}
],
"ExtendParam": {
"key": "{}"
}
}
}
],
"RequestId": "5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB",
"AccessDeniedDetail": "{}",
"TotalCount": 0
}
Error codes
For a list of error codes, visit the Service error codes.