Skip to content

Commit 30cbef7

Browse files
feat: Automated regeneration of TPU client (googleapis#12873)
Auto-created at 2025-01-26 13:11:35 +0000 using the toys pull request generator.
1 parent 912c4c8 commit 30cbef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/tpu/lib/google_api/tpu/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.TPU.V2 do
2020
API client metadata for GoogleApi.TPU.V2.
2121
"""
2222

23-
@discovery_revision "20250103"
23+
@discovery_revision "20250116"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/tpu/lib/google_api/tpu/v2/model/multislice_params.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.TPU.V2.Model.MultisliceParams do
2121
2222
## Attributes
2323
24-
* `nodeCount` (*type:* `integer()`, *default:* `nil`) - Required. Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1.
24+
* `nodeCount` (*type:* `integer()`, *default:* `nil`) - Required. Number of nodes with this spec. The system will attempt to provision "node_count" nodes as part of the request. This needs to be > 1.
2525
* `nodeIdPrefix` (*type:* `String.t`, *default:* `nil`) - Optional. Prefix of node_ids in case of multislice request. Should follow the `^[A-Za-z0-9_.~+%-]+$` regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix.
2626
"""
2727

0 commit comments

Comments
 (0)