List AI applications.
ok.
Bad request.
Unauthorized
Forbidden
unexpected error
{- "next": 1,
- "applications": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string",
- "type": "string",
- "phase": "string",
- "projectId": "string",
- "projectName": "string",
- "resources": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "kind": "string"
}
], - "allocatedResources": {
- "gpu": 1.5,
- "gpuMemory": "200Mi",
- "cpu": 0.5,
- "cpuMemory": "0B"
}, - "requestedResources": {
- "gpu": {
- "limit": 1.5,
- "request": 1
}, - "gpuMemory": {
- "limit": "2G",
- "request": "200M"
}, - "cpu": {
- "limit": 1.5,
- "request": 1
}, - "cpuMemory": {
- "limit": "2G",
- "request": "200M"
}
}
}
]
}
Get AI application.
ok.
Bad request.
Unauthorized
Forbidden
unexpected error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "source": "string",
- "type": "string",
- "phase": "string",
- "projectId": "string",
- "projectName": "string",
- "resources": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "kind": "string"
}
], - "allocatedResources": {
- "gpu": 1.5,
- "gpuMemory": "200Mi",
- "cpu": 0.5,
- "cpuMemory": "0B"
}, - "requestedResources": {
- "gpu": {
- "limit": 1.5,
- "request": 1
}, - "gpuMemory": {
- "limit": "2G",
- "request": "200M"
}, - "cpu": {
- "limit": 1.5,
- "request": 1
}, - "cpuMemory": {
- "limit": "2G",
- "request": "200M"
}
}
}