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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/aiplatform_v1/classes.rb +447 -70
- data/lib/google/apis/aiplatform_v1/gem_version.rb +3 -3
- data/lib/google/apis/aiplatform_v1/representations.rb +201 -30
- data/lib/google/apis/aiplatform_v1/service.rb +2 -6
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3654b6b1de0755bc87106847afa071bbc49c4c5194a8a26c7544275bdd416443
|
4
|
+
data.tar.gz: 3970daf356ded8964e9e95683eb9bb6989ea00ccc50afe71de1e728a44d2b147
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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
|
|