google-cloud-ai_platform 1.5.0 → 2.0.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 +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 +8 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cdd0676873d4fe2bb8e5029f51be6eda28c925d5aac814b5b3605bc4e3799a3
|
4
|
+
data.tar.gz: 2133a63dc2f74a590d7bcfbdc3eedf18d6186cb835ece720c907a58156fb15e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ad2918421368f3b9ad36991ef655bb51b507965af47e4935f44576cd8fabb3fe2bdcfbc57ee80bdb4c066ee300154056f74430ab50f2b1d68ad965d18fe4b35
|
7
|
+
data.tar.gz: b82bf689291b100c5bc4642d6662977c8f4ea4299e070b561005bd5303b6cbce18758da9ed2ad4f90019398032a7da31bca7f7bffd24678cd42b0803eb1a31af
|
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
|