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
Copy file name to clipboardExpand all lines: clients/tpu/lib/google_api/tpu/v2/model/node.ex
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ defmodule GoogleApi.TPU.V2.Model.Node do
35
35
* `metadata` (*type:* `map()`, *default:* `nil`) - Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script
36
36
* `multisliceNode` (*type:* `boolean()`, *default:* `nil`) - Output only. Whether the Node belongs to a Multislice group.
37
37
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Immutable. The name of the TPU.
38
-
* `networkConfig` (*type:* `GoogleApi.TPU.V2.Model.NetworkConfig.t`, *default:* `nil`) - Network configurations for the TPU node.
38
+
* `networkConfig` (*type:* `GoogleApi.TPU.V2.Model.NetworkConfig.t`, *default:* `nil`) - Network configurations for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.
39
+
* `networkConfigs` (*type:* `list(GoogleApi.TPU.V2.Model.NetworkConfig.t)`, *default:* `nil`) - Optional. Repeated network configurations for the TPU node. This field is used to specify multiple networks configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.
39
40
* `networkEndpoints` (*type:* `list(GoogleApi.TPU.V2.Model.NetworkEndpoint.t)`, *default:* `nil`) - 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.
40
41
* `queuedResource` (*type:* `String.t`, *default:* `nil`) - Output only. The qualified name of the QueuedResource that requested this Node.
41
42
* `runtimeVersion` (*type:* `String.t`, *default:* `nil`) - Required. The runtime version running in the Node.
@@ -65,6 +66,7 @@ defmodule GoogleApi.TPU.V2.Model.Node do
0 commit comments