google-apis-tpu_v2alpha1 0.20.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f6c8c5b5131ec597bd880c2ca5b9cea4d6101cff594ccfa6676d3b7c3feae07
|
4
|
+
data.tar.gz: 134fe906b4536abc84164de224731b61b3c2bcef17cd79a87efd630cb66867f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fcb149cdd13161493165f281b365f46e92896fafd12594454f465ea30e9af205764663dee42253885f084d32df10f58a28fdeae96e59dc393df9ecf26104a03
|
7
|
+
data.tar.gz: 5f283464a8b650e2ae0751fe8ceeada9ca35cd5850fd70e93624df7b585527033369d6a5ce1c322aa03e0b81d06e941935904782579060c86b1bcfbb8f8b4da5
|
data/CHANGELOG.md
CHANGED
@@ -1105,6 +1105,11 @@ module Google
|
|
1105
1105
|
# @return [String]
|
1106
1106
|
attr_accessor :reservation_name
|
1107
1107
|
|
1108
|
+
# Spot tier definition.
|
1109
|
+
# Corresponds to the JSON property `spot`
|
1110
|
+
# @return [Google::Apis::TpuV2alpha1::Spot]
|
1111
|
+
attr_accessor :spot
|
1112
|
+
|
1108
1113
|
# QueuedResourceState defines the details of the QueuedResource request.
|
1109
1114
|
# Corresponds to the JSON property `state`
|
1110
1115
|
# @return [Google::Apis::TpuV2alpha1::QueuedResourceState]
|
@@ -1126,6 +1131,7 @@ module Google
|
|
1126
1131
|
@name = args[:name] if args.key?(:name)
|
1127
1132
|
@queueing_policy = args[:queueing_policy] if args.key?(:queueing_policy)
|
1128
1133
|
@reservation_name = args[:reservation_name] if args.key?(:reservation_name)
|
1134
|
+
@spot = args[:spot] if args.key?(:spot)
|
1129
1135
|
@state = args[:state] if args.key?(:state)
|
1130
1136
|
@tpu = args[:tpu] if args.key?(:tpu)
|
1131
1137
|
end
|
@@ -1386,6 +1392,19 @@ module Google
|
|
1386
1392
|
end
|
1387
1393
|
end
|
1388
1394
|
|
1395
|
+
# Spot tier definition.
|
1396
|
+
class Spot
|
1397
|
+
include Google::Apis::Core::Hashable
|
1398
|
+
|
1399
|
+
def initialize(**args)
|
1400
|
+
update!(**args)
|
1401
|
+
end
|
1402
|
+
|
1403
|
+
# Update properties of this object
|
1404
|
+
def update!(**args)
|
1405
|
+
end
|
1406
|
+
end
|
1407
|
+
|
1389
1408
|
# Request for StartNode.
|
1390
1409
|
class StartNodeRequest
|
1391
1410
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TpuV2alpha1
|
18
18
|
# Version of the google-apis-tpu_v2alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230707"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -280,6 +280,12 @@ module Google
|
|
280
280
|
include Google::Apis::Core::JsonObjectSupport
|
281
281
|
end
|
282
282
|
|
283
|
+
class Spot
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
283
289
|
class StartNodeRequest
|
284
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
291
|
|
@@ -650,6 +656,8 @@ module Google
|
|
650
656
|
property :queueing_policy, as: 'queueingPolicy', class: Google::Apis::TpuV2alpha1::QueueingPolicy, decorator: Google::Apis::TpuV2alpha1::QueueingPolicy::Representation
|
651
657
|
|
652
658
|
property :reservation_name, as: 'reservationName'
|
659
|
+
property :spot, as: 'spot', class: Google::Apis::TpuV2alpha1::Spot, decorator: Google::Apis::TpuV2alpha1::Spot::Representation
|
660
|
+
|
653
661
|
property :state, as: 'state', class: Google::Apis::TpuV2alpha1::QueuedResourceState, decorator: Google::Apis::TpuV2alpha1::QueuedResourceState::Representation
|
654
662
|
|
655
663
|
property :tpu, as: 'tpu', class: Google::Apis::TpuV2alpha1::Tpu, decorator: Google::Apis::TpuV2alpha1::Tpu::Representation
|
@@ -737,6 +745,12 @@ module Google
|
|
737
745
|
end
|
738
746
|
end
|
739
747
|
|
748
|
+
class Spot
|
749
|
+
# @private
|
750
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
751
|
+
end
|
752
|
+
end
|
753
|
+
|
740
754
|
class StartNodeRequest
|
741
755
|
# @private
|
742
756
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-tpu_v2alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.21.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|