google-cloud-ai_platform-v1 0.21.0 → 0.22.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: 5c1062351f3dbc02b36511198731b9f24ca91e93dc229861cb271eca58ec2fa1
|
|
4
|
+
data.tar.gz: ce36f47cdb282c320f98e08bb4db0ffd5e1b5f5c0d53bed572c0799c19498319
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92a1c9fa7e0d62d1a8686e56e0fa5123feccb6e7f43de2618488d16b44a97b5c67d8eade6a010ff7352c45836e8e9972b95d913d2dee89909c71a2189aea2aa1
|
|
7
|
+
data.tar.gz: efd9bd50226ef911dc549e2ee721d892fe9312839fdbb020c57783e602339842c7248628c619e2270c05be1d2db94c2ea3c041adb5f3a9486c580cf77119401b
|
|
@@ -70,6 +70,13 @@ module Google
|
|
|
70
70
|
# @return [::String]
|
|
71
71
|
# Used to perform a consistent read-modify-write updates. If not set, a blind
|
|
72
72
|
# "overwrite" update happens.
|
|
73
|
+
# @!attribute [rw] is_default
|
|
74
|
+
# @return [::Boolean]
|
|
75
|
+
# Used to indicate if the TensorBoard instance is the default one.
|
|
76
|
+
# Each project & region can have at most one default TensorBoard instance.
|
|
77
|
+
# Creation of a default TensorBoard instance and updating an existing
|
|
78
|
+
# TensorBoard instance to be default will mark all other TensorBoard
|
|
79
|
+
# instances (if any) as non default.
|
|
73
80
|
class Tensorboard
|
|
74
81
|
include ::Google::Protobuf::MessageExts
|
|
75
82
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-ai_platform-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.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-04-
|
|
11
|
+
date: 2023-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|