Skip to content

Commit 294590b

Browse files
Corrections to field replacements in API deprecations
1 parent 9343d2e commit 294590b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/home/whats-new-2-17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The following list of API endpoints and fields that have completed their depreca
201201

202202
| Endpoint | Change |
203203
| -- | -- |
204-
| /api/v1/asset/compute | `gpuRequest` field was removed and is replaced by the following fields `gpuDevicesRequest`, `gpuRequestType`, `gpuPortionRequest`, `gpuPortionLimit`, `gpuMemoryRequest`, `gpuMemoryLimit`, `migProfile` |
204+
| /api/v1/asset/compute | `gpuRequest` field was removed and is replaced by the following fields: <br> * `gpuDevicesRequest` (New and mandatory) <br> * `gpuRequestType` (New and mandatory if `gpuDevicesRequest=1` otherwise optional for values 0 or greater than 1), <br> * `gpuPortion` was changed to `gpuPortionRequest` and accepts values between 0 and 1 (for example .75), <br> * `gpuPortionLimit` (New and optional), <br> * `gpuMemory` was changed to `gpuMemoryRequest`, <br> * `gpuMemoryLimit` (New and optional) |
205205

206206
### Metrics deprecations
207207

0 commit comments

Comments
 (0)