google-apis-ml_v1 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/ml_v1/classes.rb +19 -6
- data/lib/google/apis/ml_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91b09db5f2fb3594ae7ea9e67421f26fd62ae36a0e953917aea071c2483eb6b8
|
4
|
+
data.tar.gz: 8a729fa396bad1028b2d4f4a34bf7a5985c94b69b1b38394b51fb5149ea1f718
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4b26ec069d869b94aadbbb815d5e211bc3f247b966963db94b9015d34a3d27fcd0dee881b474c555192f668a3a94668ba6a1a33d6b764d39c9d3a53c1e9256c
|
7
|
+
data.tar.gz: da78f83d963aae9aa383b49130f3de6f0d8ae49a32907ed4973fa1ec1734525fc377f9cc132f367355d9e4d51b2a30bcd9180fff35892bed8d27abe438ec5ddb
|
data/CHANGELOG.md
CHANGED
@@ -1208,9 +1208,13 @@ module Google
|
|
1208
1208
|
# @return [String]
|
1209
1209
|
attr_accessor :trial_id
|
1210
1210
|
|
1211
|
-
#
|
1212
|
-
#
|
1213
|
-
#
|
1211
|
+
# URIs for accessing [interactive shells](https://cloud.google.com/ai-platform/
|
1212
|
+
# training/docs/monitor-debug-interactive-shell) (one URI for each training node)
|
1213
|
+
# . Only available if this trial is part of a hyperparameter tuning job and the
|
1214
|
+
# job's training_input.enable_web_access is `true`. The keys are names of each
|
1215
|
+
# node in the training job; for example, `master-replica-0` for the master node,
|
1216
|
+
# `worker-replica-0` for the first worker, and `ps-replica-0` for the first
|
1217
|
+
# parameter server. The values are the URIs for each node's interactive shell.
|
1214
1218
|
# Corresponds to the JSON property `webAccessUris`
|
1215
1219
|
# @return [Hash<String,String>]
|
1216
1220
|
attr_accessor :web_access_uris
|
@@ -2622,7 +2626,11 @@ module Google
|
|
2622
2626
|
# @return [Array<String>]
|
2623
2627
|
attr_accessor :args
|
2624
2628
|
|
2625
|
-
# Optional. Whether
|
2629
|
+
# Optional. Whether you want AI Platform Training to enable [interactive shell
|
2630
|
+
# access](https://cloud.google.com/ai-platform/training/docs/monitor-debug-
|
2631
|
+
# interactive-shell) to training containers. If set to `true`, you can access
|
2632
|
+
# interactive shells at the URIs given by TrainingOutput.web_access_uris or
|
2633
|
+
# HyperparameterOutput.web_access_uris (within TrainingOutput.trials).
|
2626
2634
|
# Corresponds to the JSON property `enableWebAccess`
|
2627
2635
|
# @return [Boolean]
|
2628
2636
|
attr_accessor :enable_web_access
|
@@ -2905,8 +2913,13 @@ module Google
|
|
2905
2913
|
# @return [Array<Google::Apis::MlV1::GoogleCloudMlV1HyperparameterOutput>]
|
2906
2914
|
attr_accessor :trials
|
2907
2915
|
|
2908
|
-
# Output only.
|
2909
|
-
#
|
2916
|
+
# Output only. URIs for accessing [interactive shells](https://cloud.google.com/
|
2917
|
+
# ai-platform/training/docs/monitor-debug-interactive-shell) (one URI for each
|
2918
|
+
# training node). Only available if training_input.enable_web_access is `true`.
|
2919
|
+
# The keys are names of each node in the training job; for example, `master-
|
2920
|
+
# replica-0` for the master node, `worker-replica-0` for the first worker, and `
|
2921
|
+
# ps-replica-0` for the first parameter server. The values are the URIs for each
|
2922
|
+
# node's interactive shell.
|
2910
2923
|
# Corresponds to the JSON property `webAccessUris`
|
2911
2924
|
# @return [Hash<String,String>]
|
2912
2925
|
attr_accessor :web_access_uris
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MlV1
|
18
18
|
# Version of the google-apis-ml_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210729"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-ml_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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: 2021-
|
11
|
+
date: 2021-08-09 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/master/generated/google-apis-ml_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-ml_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|