google-apis-aiplatform_v1 0.13.0 → 0.15.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: 8129d7f75a0c0bf39fc2f45ca9a326d4189d6654dcceafdbc604fecd11a1bd7e
4
- data.tar.gz: 75e8fc22f5a0b4e1bbb3333709122968fc18eb1a1563878c8a814f91ae1208d6
3
+ metadata.gz: 3654b6b1de0755bc87106847afa071bbc49c4c5194a8a26c7544275bdd416443
4
+ data.tar.gz: 3970daf356ded8964e9e95683eb9bb6989ea00ccc50afe71de1e728a44d2b147
5
5
  SHA512:
6
- metadata.gz: 31c4cb2d50456f93e11835474c81475ba599aaab98869415e4db9a1dc25012907d8b411302aa91a066ae0127c4e3fef00096269098d81ae236704d7214ef91d4
7
- data.tar.gz: 2444f78cbea3f535f2911e3641dcde4cf4f85419dfb705742c08da8bd34c69e106b552c33380f3995a5247f7a0a995a1edda3882c7a92c4597b0419dd10a2b68
6
+ metadata.gz: 05565b2bf3b36c343012d1318ba03f8cafb93ac9be810ce3364686fcfbb9ed6e57093fb2da3b1487d0c2b5724ebdc64ee7105f26b2f2a8cf85ecd9397c24709f
7
+ data.tar.gz: 89aadb5c151481553a592d1e67b4ce9c01f211fc5dfb1de395fadde937be194ddb405ab9dd6014d32cf0de6166e37cbc16f9e3c89da91080c35bb42d76bfb646
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.15.0 (2024-02-25)
4
+
5
+ * Regenerated from discovery document revision 20240219
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.14.0 (2024-02-18)
9
+
10
+ * Regenerated from discovery document revision 20240213
11
+
3
12
  ### v0.13.0 (2024-02-11)
4
13
 
5
14
  * Regenerated from discovery document revision 20240205
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/vertex-ai/) may provide gui
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
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. Currently, this means Ruby 2.5 and later. 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.
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
 
90
90
  ## License
91
91