google-apis-ml_v1 0.37.0 → 0.39.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: c80edc534debff21a2e950c5578d01e7a17f4778afa66bf70444680a8f48ee60
4
- data.tar.gz: d61e84a4f17ece053a11f269121d49c3dda0e3e224c42d8fdc5a5c7b75eb7f25
3
+ metadata.gz: ce63d6a3d3c16890e4303009295bed9757e2bbf1bda1a6c313d133d437a7a98e
4
+ data.tar.gz: ddd345c3807fae7c308a99828c0bd102028fe80031970d4bda8791d7262ae16d
5
5
  SHA512:
6
- metadata.gz: '096fcee245ee5bb8f574a2fd50e7f29935af32079cb37b8a5cd3c1b4aba44b3149ca8f214aa75e69eaa7f10e35bb68601b2a8e898fa0ed3067d25feab6b55669'
7
- data.tar.gz: a12d77c2afcfa5133b85569b4a6d4a7d1624b6c663ff0a4a84bb487f47d0e2e24742b3086fd94c869039a5dadb471208176910f598890f5c0c390936ffbd6fc2
6
+ metadata.gz: fa2569a6c186902bf1ae7e049c82cbaf87cceedc09ca99d870a47ec2b9942a630be80fe51680f0e1dfb3f3bdfd2f2bc81fc6029981cfb906f11d2a75a670ffde
7
+ data.tar.gz: ca3f584706167607ad716970974f3d9cb6724d9e618dbba540c91c8e4be199b1ce3209eed289df6cbf64ec70da3df259e4efd22f759cf3fc3a2ac0b6fac11d19
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-ml_v1
2
2
 
3
+ ### v0.39.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.38.0 (2024-11-24)
8
+
9
+ * Regenerated from discovery document revision 20241116
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.37.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/ml/) may provide guidance r
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240122"
25
+ REVISION = "20241116"
26
26
  end
27
27
  end
28
28
  end
@@ -543,8 +543,8 @@ module Google
543
543
  # Clients can use Operations.GetOperation or other methods to check whether the
544
544
  # cancellation succeeded or whether the operation completed despite cancellation.
545
545
  # On successful cancellation, the operation is not deleted; instead, it becomes
546
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
547
- # corresponding to `Code.CANCELLED`.
546
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
547
+ # , corresponding to `Code.CANCELLED`.
548
548
  # @param [String] name
549
549
  # The name of the operation resource to be cancelled.
550
550
  # @param [String] fields
@@ -1612,8 +1612,8 @@ module Google
1612
1612
  # Clients can use Operations.GetOperation or other methods to check whether the
1613
1613
  # cancellation succeeded or whether the operation completed despite cancellation.
1614
1614
  # On successful cancellation, the operation is not deleted; instead, it becomes
1615
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1616
- # corresponding to `Code.CANCELLED`.
1615
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1616
+ # , corresponding to `Code.CANCELLED`.
1617
1617
  # @param [String] name
1618
1618
  # The name of the operation resource to be cancelled.
1619
1619
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ml_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.39.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ml_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for AI Platform Training & Prediction API V1
82
79
  test_files: []