Skip to content

Commit

Permalink
feat: Generate Google.Apis.TPU.v2alpha1 version 1.68.0.3577
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Oct 28, 2024
1 parent 913c269 commit fc0e524
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
16 changes: 15 additions & 1 deletion DiscoveryJson/tpu.v2alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@
}
}
},
"revision": "20241009",
"revision": "20241017",
"rootUrl": "https://tpu.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -1461,6 +1461,20 @@
"nodeIdPrefix": {
"description": "Prefix of node_ids in case of multi-node 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.",
"type": "string"
},
"workloadType": {
"description": "Optional. The workload type for the multi-node request.",
"enum": [
"WORKLOAD_TYPE_UNSPECIFIED",
"THROUGHPUT_OPTIMIZED",
"AVAILABILITY_OPTIMIZED"
],
"enumDescriptions": [
"Not specified.",
"All of the nodes are available most of the time. Recommended for training workloads.",
"Most of the nodes are available all of the time. Recommended for serving workloads."
],
"type": "string"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2571,6 +2571,10 @@ public class MultiNodeParams : Google.Apis.Requests.IDirectResponseSchema
[Newtonsoft.Json.JsonPropertyAttribute("nodeIdPrefix")]
public virtual string NodeIdPrefix { get; set; }

/// <summary>Optional. The workload type for the multi-node request.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("workloadType")]
public virtual string WorkloadType { get; set; }

/// <summary>The ETag of the item.</summary>
public virtual string ETag { get; set; }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.TPU.v2alpha1 Client Library</Title>
<Version>1.68.0.3569</Version>
<Version>1.68.0.3577</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit fc0e524

Please sign in to comment.