google-apis-ml_v1 0.16.0 → 0.17.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: c46f21a1074e1ad156925f55001c21bd2d0cc9cdb4f5c45e9548ccb1cc5a793e
4
- data.tar.gz: f5b94c671bb20de4e280d3ead7376297f3d36aff2918aaf241de79190de0e00f
3
+ metadata.gz: 1ecffd71d52cdf046f027008fc56f00e9dfa88180546badec9e75b0593f7be7a
4
+ data.tar.gz: 7949fcfce9df524723826db797915d57214aa6a599dbca26d779611e1e062183
5
5
  SHA512:
6
- metadata.gz: 9d1504b1b823fdaa5d9acc0816c4b2dff0986efd142372be92e024f204105055588aab74e8ff086fa2694508e12c5bf10ec37383ad646b7c3322b5f265a4479a
7
- data.tar.gz: 9d0a79e29842645e9133e1aafadade62d82ebe330d116c3d9170106ac5cb4cfc77affa9ad68b3f6116cde8daba8c741cd7633223e8c94a8517c77ffded67bc68
6
+ metadata.gz: e6d023e645c31a6681f6076351b9e9685efe14b23d3d0c358ec40936a29abc7aab53108bc122ee70a90335ec4994019ccf030a01f6cbcd71de903aab12dc33ca
7
+ data.tar.gz: c7e1259a3aabb2e7324c2f47dde03f930442562a39cc5ca20b4863ce2dab73b7c29ee0f09845c36aaec207f9ecfc63321f829a6e1913ea0cb9d97e00c719f258
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ml_v1
2
2
 
3
+ ### v0.17.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.16.0 (2021-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20211112
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/ml_v1"
51
51
  client = Google::Apis::MlV1::CloudMachineLearningEngineService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module MlV1
18
18
  # Version of the google-apis-ml_v1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
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.16.0
4
+ version: 0.17.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-12-06 00:00:00.000000000 Z
11
+ date: 2022-01-10 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-ml_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ml_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for AI Platform Training & Prediction API V1