You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### tpu:v2alpha1
The following keys were added:
- schemas.Node.properties.networkConfigs.description
- schemas.Node.properties.networkConfigs.items.$ref
- schemas.Node.properties.networkConfigs.type
Copy file name to clipboardExpand all lines: discovery/tpu-v2alpha1.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -965,7 +965,7 @@
965
965
}
966
966
}
967
967
},
968
-
"revision": "20240613",
968
+
"revision": "20240916",
969
969
"rootUrl": "https://tpu.googleapis.com/",
970
970
"schemas": {
971
971
"AcceleratorConfig": {
@@ -1628,6 +1628,13 @@
1628
1628
"$ref": "NetworkConfig",
1629
1629
"description": "Network configurations for the TPU node."
1630
1630
},
1631
+
"networkConfigs": {
1632
+
"description": "Optional. Repeated network configurations for the TPU node.",
1633
+
"items": {
1634
+
"$ref": "NetworkConfig"
1635
+
},
1636
+
"type": "array"
1637
+
},
1631
1638
"networkEndpoints": {
1632
1639
"description": "Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.",
* Optional. Repeated network configurations for the TPU node.
595
+
*/
596
+
networkConfigs?: Schema$NetworkConfig[];
593
597
/**
594
598
* Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
0 commit comments