google-cloud-ai_platform 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/lib/google/cloud/ai_platform/version.rb +1 -1
- data/lib/google/cloud/ai_platform.rb +1258 -4
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 32f77331f2efbb03fcdb6308fbdeab39af0fbca8f53f4c3201e8c4245c89b1d0
|
4
|
+
data.tar.gz: 86b3bdde1ccde6499d800c94c4d5d72da74ce1c189886064764b8ff92810ef10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b79be21fd40e89adb66f5651c18242f2bd8b0082772fa8046d92e3e624bb2e85c31ea151094390d44a7480f3899c1d005973a6005ff888ff1303b93851885718
|
7
|
+
data.tar.gz: e52067a2614cbf9ace1a188e1211b6a2e95d3f02cd176cb57a863998ff9a9209f80c187006014acf48140a0a4b2c0190db3caffa002936787c44089655dbbf93
|
data/README.md
CHANGED
@@ -59,9 +59,14 @@ service such as [Google Cloud Run](https://cloud.google.com/run), this generally
|
|
59
59
|
results in logs appearing alongside your application logs in the
|
60
60
|
[Google Cloud Logging](https://cloud.google.com/logging/) service.
|
61
61
|
|
62
|
+
Debug logging also requires that the versioned clients for this service be
|
63
|
+
sufficiently recent, released after about Dec 10, 2024. If logging is not
|
64
|
+
working, try updating the versioned clients in your bundle or installed gems:
|
65
|
+
[google-cloud-ai_platform-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-ai_platform-v1/latest).
|
66
|
+
|
62
67
|
## Supported Ruby Versions
|
63
68
|
|
64
|
-
This library is supported on Ruby
|
69
|
+
This library is supported on Ruby 3.0+.
|
65
70
|
|
66
71
|
Google provides official support for Ruby versions that are actively supported
|
67
72
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|