google-cloud-ai_platform-v1 0.17.0 → 0.18.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: 0b1307ca2748d8cb87319d23a0354dada5ae22fcc7aa26c4bdc001c0c92ce06d
|
|
4
|
+
data.tar.gz: c3934851ae37f4cf0d1fda4dae4b6368760572f2746fa00ced64809b1eea4abe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73bd7d71ce67622fed39f047481f7ca0e64ab10c000549eba6c6c9c5aa7f9f56b100ddbce4012e2d5a4ec1f79b5d43ec2dd7363e34b181bcd67a04739d1c7752
|
|
7
|
+
data.tar.gz: e2ff23bc0ea6b322a6972dd61806adc5ce0d6c26b1f71b2240483d6d131c325199d8583540f0456ca00ee6cb01a2e73a8949ad97c124d79918e6f42fa940d161
|
|
@@ -39,6 +39,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
39
39
|
optional :base_output_directory, :message, 6, "google.cloud.aiplatform.v1.GcsDestination"
|
|
40
40
|
optional :tensorboard, :string, 7
|
|
41
41
|
optional :enable_web_access, :bool, 10
|
|
42
|
+
optional :enable_dashboard_access, :bool, 16
|
|
42
43
|
end
|
|
43
44
|
add_message "google.cloud.aiplatform.v1.WorkerPoolSpec" do
|
|
44
45
|
optional :machine_spec, :message, 1, "google.cloud.aiplatform.v1.MachineSpec"
|
|
@@ -191,6 +191,18 @@ module Google
|
|
|
191
191
|
# {::Google::Cloud::AIPlatform::V1::Trial#web_access_uris Trial.web_access_uris}
|
|
192
192
|
# (within
|
|
193
193
|
# {::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob#trials HyperparameterTuningJob.trials}).
|
|
194
|
+
# @!attribute [rw] enable_dashboard_access
|
|
195
|
+
# @return [::Boolean]
|
|
196
|
+
# Optional. Whether you want Vertex AI to enable access to the customized
|
|
197
|
+
# dashboard in training chief container.
|
|
198
|
+
#
|
|
199
|
+
# If set to `true`, you can access the dashboard at the URIs given
|
|
200
|
+
# by
|
|
201
|
+
# {::Google::Cloud::AIPlatform::V1::CustomJob#web_access_uris CustomJob.web_access_uris}
|
|
202
|
+
# or
|
|
203
|
+
# {::Google::Cloud::AIPlatform::V1::Trial#web_access_uris Trial.web_access_uris}
|
|
204
|
+
# (within
|
|
205
|
+
# {::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob#trials HyperparameterTuningJob.trials}).
|
|
194
206
|
class CustomJobSpec
|
|
195
207
|
include ::Google::Protobuf::MessageExts
|
|
196
208
|
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.18.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-01-
|
|
11
|
+
date: 2023-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
requirements:
|
|
51
51
|
- - ">="
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: '0.
|
|
53
|
+
version: '0.3'
|
|
54
54
|
- - "<"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: 2.a
|
|
@@ -60,7 +60,7 @@ dependencies:
|
|
|
60
60
|
requirements:
|
|
61
61
|
- - ">="
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: '0.
|
|
63
|
+
version: '0.3'
|
|
64
64
|
- - "<"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
66
|
version: 2.a
|
|
@@ -70,7 +70,7 @@ dependencies:
|
|
|
70
70
|
requirements:
|
|
71
71
|
- - ">="
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '0.
|
|
73
|
+
version: '0.3'
|
|
74
74
|
- - "<"
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: 2.a
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
requirements:
|
|
81
81
|
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: '0.
|
|
83
|
+
version: '0.3'
|
|
84
84
|
- - "<"
|
|
85
85
|
- !ruby/object:Gem::Version
|
|
86
86
|
version: 2.a
|