google-apis-ml_v1 0.9.0 → 0.13.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: 8c7a99c5da518a0043fe86d3bc921110d7d4273fe0a21d1212c5862c89035758
4
- data.tar.gz: c1a68859b016245b89fac89f38f1fb3da6faabd33938ad2b2d9711f6b364d155
3
+ metadata.gz: 7eb4a01c24726417d10bd70628805c721e24a7ba1436c3c5755bec074a63cd16
4
+ data.tar.gz: 9650563ac49f759bbd9454b707283acb2ae29cf39ceda4d0c8568f06983d90d4
5
5
  SHA512:
6
- metadata.gz: 9149a357f9eb8a4489e6c5bb576c8b117b921d7129100222aeef7de0f3806c14bb8d9f4a177ca914b124f54523f9c4933c3b0a760f84c15c35d3c7fc23cf628a
7
- data.tar.gz: fed5bc02db43e64eb5f0185ca5f36fa77785c77d2224186627a7c30ad08c5ac2cad6bf33374ce025296690cbd0f4944edf8df2a4397f3ec41db53d7d7b7bf2a2
6
+ metadata.gz: c1d55403d166869763f464530af4b497993cc793b7ff29f90b25153bd8a9d027d06fdb84a4dcb9637d9f5d456ad1a73c7a10984b552ec93029e42fc47066d1e1
7
+ data.tar.gz: dd9890cc8b49c6fc8aea962341e46004b07f15ba8b51e69665d2bec4bc971abcfe08adfbce0c4dec3bba324b4d9d9ed2bc19186a39f89490da9d7642d9310a20
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-ml_v1
2
2
 
3
+ ### v0.13.0 (2021-08-25)
4
+
5
+ * Regenerated from discovery document revision 20210816
6
+
7
+ ### v0.12.0 (2021-08-18)
8
+
9
+ * Regenerated from discovery document revision 20210806
10
+
11
+ ### v0.11.0 (2021-08-03)
12
+
13
+ * Regenerated from discovery document revision 20210729
14
+
15
+ ### v0.10.0 (2021-07-20)
16
+
17
+ * Regenerated from discovery document revision 20210709
18
+
3
19
  ### v0.9.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
@@ -1208,9 +1208,13 @@ module Google
1208
1208
  # @return [String]
1209
1209
  attr_accessor :trial_id
1210
1210
 
1211
- # The web URIs for the training job. Currently for debug terminal access to the
1212
- # job. Only set for in-progress hyperparameter tuning trials with web access
1213
- # enabled.
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
@@ -2375,6 +2379,14 @@ module Google
2375
2379
  # @return [String]
2376
2380
  attr_accessor :max_wait_time
2377
2381
 
2382
+ # Optional. Job scheduling will be based on this priority, which in the range [0,
2383
+ # 1000]. The bigger the number, the higher the priority. Default to 0 if not
2384
+ # set. If there are multiple jobs requesting same type of accelerators, the high
2385
+ # priority job will be scheduled prior to ones with low priority.
2386
+ # Corresponds to the JSON property `priority`
2387
+ # @return [Fixnum]
2388
+ attr_accessor :priority
2389
+
2378
2390
  def initialize(**args)
2379
2391
  update!(**args)
2380
2392
  end
@@ -2383,6 +2395,7 @@ module Google
2383
2395
  def update!(**args)
2384
2396
  @max_running_time = args[:max_running_time] if args.key?(:max_running_time)
2385
2397
  @max_wait_time = args[:max_wait_time] if args.key?(:max_wait_time)
2398
+ @priority = args[:priority] if args.key?(:priority)
2386
2399
  end
2387
2400
  end
2388
2401
 
@@ -2613,7 +2626,11 @@ module Google
2613
2626
  # @return [Array<String>]
2614
2627
  attr_accessor :args
2615
2628
 
2616
- # Optional. Whether to enable web access for the training job.
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).
2617
2634
  # Corresponds to the JSON property `enableWebAccess`
2618
2635
  # @return [Boolean]
2619
2636
  attr_accessor :enable_web_access
@@ -2896,8 +2913,13 @@ module Google
2896
2913
  # @return [Array<Google::Apis::MlV1::GoogleCloudMlV1HyperparameterOutput>]
2897
2914
  attr_accessor :trials
2898
2915
 
2899
- # Output only. The web URIs for the training job. Currently for debug terminal
2900
- # access to the job.
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.
2901
2923
  # Corresponds to the JSON property `webAccessUris`
2902
2924
  # @return [Hash<String,String>]
2903
2925
  attr_accessor :web_access_uris
@@ -3466,7 +3488,7 @@ module Google
3466
3488
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
3467
3489
  # roles/resourcemanager.organizationViewer condition: title: expirable access
3468
3490
  # description: Does not grant access after Sep 2020 expression: request.time <
3469
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
3491
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
3470
3492
  # description of IAM and its features, see the [IAM documentation](https://cloud.
3471
3493
  # google.com/iam/docs/).
3472
3494
  class GoogleIamV1Policy
@@ -3560,7 +3582,7 @@ module Google
3560
3582
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
3561
3583
  # roles/resourcemanager.organizationViewer condition: title: expirable access
3562
3584
  # description: Does not grant access after Sep 2020 expression: request.time <
3563
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
3585
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
3564
3586
  # description of IAM and its features, see the [IAM documentation](https://cloud.
3565
3587
  # google.com/iam/docs/).
3566
3588
  # Corresponds to the JSON property `policy`
@@ -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.9.0"
19
+ GEM_VERSION = "0.13.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 = "20210611"
25
+ REVISION = "20210816"
26
26
  end
27
27
  end
28
28
  end
@@ -1131,6 +1131,7 @@ module Google
1131
1131
  class Representation < Google::Apis::Core::JsonRepresentation
1132
1132
  property :max_running_time, as: 'maxRunningTime'
1133
1133
  property :max_wait_time, as: 'maxWaitTime'
1134
+ property :priority, as: 'priority'
1134
1135
  end
1135
1136
  end
1136
1137
 
@@ -29,10 +29,10 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
- # View your data across Google Cloud Platform services
35
+ # View your data across Google Cloud services and see the email address of your Google Account
36
36
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
37
37
  end
38
38
  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.9.0
4
+ version: 0.13.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-08-30 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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.13.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: []