Skip to content

Commit 087b4e4

Browse files
feat(tpu): update the API
#### tpu:v2alpha1 The following keys were added: - schemas.SchedulingConfig.properties.reservationName.description - schemas.SchedulingConfig.properties.reservationName.type
1 parent 8b03d7b commit 087b4e4

File tree

5 files changed

+4785
-1
lines changed

5 files changed

+4785
-1
lines changed

discovery/tpu-v2alpha1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@
10271027
}
10281028
}
10291029
},
1030-
"revision": "20250423",
1030+
"revision": "20250616",
10311031
"rootUrl": "https://tpu.googleapis.com/",
10321032
"schemas": {
10331033
"AcceleratorConfig": {
@@ -2235,6 +2235,10 @@
22352235
],
22362236
"type": "string"
22372237
},
2238+
"reservationName": {
2239+
"description": "Optional. Name of the reservation in which the node should be provisioned.",
2240+
"type": "string"
2241+
},
22382242
"reserved": {
22392243
"description": "Whether the node is created under a reservation.",
22402244
"type": "boolean"

0 commit comments

Comments
 (0)