google-apis-tpu_v1alpha1 0.32.0 → 0.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2e9206571c4c5c602a4248280fdaf4c92cddb2369bf845fd1582acf10896af9
|
|
4
|
+
data.tar.gz: 7aedadc092f5aa40fc0e4a6b55e7823cd2104442345e9ebdfdd006c3e2037bd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d469afe247a5773324b72972a6bff5fd2932ecbc58b1a5da3da5302c07df543f8229ccb015bed6eee7dff9081b6c13dff856585c7f1f31647ef27c2640541c4
|
|
7
|
+
data.tar.gz: 21f2e39eebd4e21d20ac5711246c98b25c8a2cc622e4cffbd825c3bd55b0dd3cad5b1dd008b2b6bd23018efae468a62119572bbd82649dbfaca98356fd8abd73
|
data/CHANGELOG.md
CHANGED
|
@@ -22,7 +22,8 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module TpuV1alpha1
|
|
24
24
|
|
|
25
|
-
# A accelerator type that a
|
|
25
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. A accelerator type that a
|
|
26
|
+
# Node can be configured with.
|
|
26
27
|
class AcceleratorType
|
|
27
28
|
include Google::Apis::Core::Hashable
|
|
28
29
|
|
|
@@ -63,7 +64,8 @@ module Google
|
|
|
63
64
|
end
|
|
64
65
|
end
|
|
65
66
|
|
|
66
|
-
# Response for
|
|
67
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. Response for
|
|
68
|
+
# ListAcceleratorTypes.
|
|
67
69
|
class ListAcceleratorTypesResponse
|
|
68
70
|
include Google::Apis::Core::Hashable
|
|
69
71
|
|
|
@@ -119,7 +121,7 @@ module Google
|
|
|
119
121
|
end
|
|
120
122
|
end
|
|
121
123
|
|
|
122
|
-
# Response for ListNodes.
|
|
124
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. Response for ListNodes.
|
|
123
125
|
class ListNodesResponse
|
|
124
126
|
include Google::Apis::Core::Hashable
|
|
125
127
|
|
|
@@ -165,8 +167,9 @@ module Google
|
|
|
165
167
|
attr_accessor :operations
|
|
166
168
|
|
|
167
169
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
168
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
169
|
-
# when attempting to list all resources across all supported
|
|
170
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
171
|
+
# For example, when attempting to list all resources across all supported
|
|
172
|
+
# locations.
|
|
170
173
|
# Corresponds to the JSON property `unreachable`
|
|
171
174
|
# @return [Array<String>]
|
|
172
175
|
attr_accessor :unreachable
|
|
@@ -183,7 +186,8 @@ module Google
|
|
|
183
186
|
end
|
|
184
187
|
end
|
|
185
188
|
|
|
186
|
-
# Response for
|
|
189
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. Response for
|
|
190
|
+
# ListTensorFlowVersions.
|
|
187
191
|
class ListTensorFlowVersionsResponse
|
|
188
192
|
include Google::Apis::Core::Hashable
|
|
189
193
|
|
|
@@ -261,7 +265,8 @@ module Google
|
|
|
261
265
|
end
|
|
262
266
|
end
|
|
263
267
|
|
|
264
|
-
#
|
|
268
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. A network endpoint over which
|
|
269
|
+
# a TPU worker can be reached.
|
|
265
270
|
class NetworkEndpoint
|
|
266
271
|
include Google::Apis::Core::Hashable
|
|
267
272
|
|
|
@@ -286,7 +291,7 @@ module Google
|
|
|
286
291
|
end
|
|
287
292
|
end
|
|
288
293
|
|
|
289
|
-
# A TPU instance.
|
|
294
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. A TPU instance.
|
|
290
295
|
class Node
|
|
291
296
|
include Google::Apis::Core::Hashable
|
|
292
297
|
|
|
@@ -368,7 +373,8 @@ module Google
|
|
|
368
373
|
# @return [String]
|
|
369
374
|
attr_accessor :port
|
|
370
375
|
|
|
371
|
-
# Sets the scheduling options
|
|
376
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. Sets the scheduling options
|
|
377
|
+
# for this node.
|
|
372
378
|
# Corresponds to the JSON property `schedulingConfig`
|
|
373
379
|
# @return [Google::Apis::TpuV1alpha1::SchedulingConfig]
|
|
374
380
|
attr_accessor :scheduling_config
|
|
@@ -496,7 +502,8 @@ module Google
|
|
|
496
502
|
end
|
|
497
503
|
end
|
|
498
504
|
|
|
499
|
-
# Metadata describing an
|
|
505
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. Metadata describing an
|
|
506
|
+
# Operation
|
|
500
507
|
class OperationMetadata
|
|
501
508
|
include Google::Apis::Core::Hashable
|
|
502
509
|
|
|
@@ -553,7 +560,7 @@ module Google
|
|
|
553
560
|
end
|
|
554
561
|
end
|
|
555
562
|
|
|
556
|
-
# Request for ReimageNode.
|
|
563
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. Request for ReimageNode.
|
|
557
564
|
class ReimageNodeRequest
|
|
558
565
|
include Google::Apis::Core::Hashable
|
|
559
566
|
|
|
@@ -572,7 +579,8 @@ module Google
|
|
|
572
579
|
end
|
|
573
580
|
end
|
|
574
581
|
|
|
575
|
-
# Sets the scheduling options
|
|
582
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. Sets the scheduling options
|
|
583
|
+
# for this node.
|
|
576
584
|
class SchedulingConfig
|
|
577
585
|
include Google::Apis::Core::Hashable
|
|
578
586
|
|
|
@@ -599,7 +607,7 @@ module Google
|
|
|
599
607
|
end
|
|
600
608
|
end
|
|
601
609
|
|
|
602
|
-
# Request for StartNode.
|
|
610
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. Request for StartNode.
|
|
603
611
|
class StartNodeRequest
|
|
604
612
|
include Google::Apis::Core::Hashable
|
|
605
613
|
|
|
@@ -651,7 +659,7 @@ module Google
|
|
|
651
659
|
end
|
|
652
660
|
end
|
|
653
661
|
|
|
654
|
-
# Request for StopNode.
|
|
662
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. Request for StopNode.
|
|
655
663
|
class StopNodeRequest
|
|
656
664
|
include Google::Apis::Core::Hashable
|
|
657
665
|
|
|
@@ -664,7 +672,7 @@ module Google
|
|
|
664
672
|
end
|
|
665
673
|
end
|
|
666
674
|
|
|
667
|
-
# A Symptom instance.
|
|
675
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. A Symptom instance.
|
|
668
676
|
class Symptom
|
|
669
677
|
include Google::Apis::Core::Hashable
|
|
670
678
|
|
|
@@ -701,7 +709,8 @@ module Google
|
|
|
701
709
|
end
|
|
702
710
|
end
|
|
703
711
|
|
|
704
|
-
# A tensorflow version that a
|
|
712
|
+
# DEPRECATED: Please use TPU API v2alpha1 instead. A tensorflow version that a
|
|
713
|
+
# Node can be configured with.
|
|
705
714
|
class TensorFlowVersion
|
|
706
715
|
include Google::Apis::Core::Hashable
|
|
707
716
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module TpuV1alpha1
|
|
18
18
|
# Version of the google-apis-tpu_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.33.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251130"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -85,8 +85,8 @@ module Google
|
|
|
85
85
|
# @param [String] name
|
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
|
87
87
|
# @param [Array<String>, String] extra_location_types
|
|
88
|
-
# Optional.
|
|
89
|
-
#
|
|
88
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
89
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
90
90
|
# @param [String] filter
|
|
91
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
92
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
@@ -550,11 +550,12 @@ module Google
|
|
|
550
550
|
# The standard list page token.
|
|
551
551
|
# @param [Boolean] return_partial_success
|
|
552
552
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
553
|
-
# those that are unreachable are returned in the
|
|
554
|
-
# unreachable
|
|
555
|
-
#
|
|
556
|
-
# by default
|
|
557
|
-
# explicitly documented otherwise in service or product specific
|
|
553
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
554
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
555
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
556
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
557
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
558
|
+
# documentation.
|
|
558
559
|
# @param [String] fields
|
|
559
560
|
# Selector specifying which fields to include in a partial response.
|
|
560
561
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-tpu_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.33.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1alpha1/v0.33.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|