google-cloud-gemini_data_analytics 0.2.0 → 0.4.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 +3 -3
- data/lib/google/cloud/gemini_data_analytics/version.rb +1 -1
- data/lib/google/cloud/gemini_data_analytics.rb +1 -0
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4dc7b31e2313162ce14c71c199a8fbd296300b421ee8da9dc29f4683d80e233e
|
|
4
|
+
data.tar.gz: 1fef5b5bfedd3ee48ad5bcf986f1a17766e4a24466d90d2ec0a51e8901802c47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd74a7da8fe5cad4ab0196395fda442a34f9796310dad569b3a5dea77327a329471a7334a58816ff8da4e728f86af2dceaa42312b32c70553610f63f5204c304
|
|
7
|
+
data.tar.gz: 6a7a9f2a6d438274634b8dfc9dd9a1614f5d703efa1d28a8b303f00e4d37846ce50a97e103bef6f69fb3994c4dd8a78982f4185bfff8dc37a6744f4f494be49b
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Ruby Client for the Data Analytics API with Gemini API
|
|
2
2
|
|
|
3
|
-
API
|
|
3
|
+
The Gemini Data Analytics API enables developers to build intelligent data analytics applications. Leverage AI-powered chat interfaces to allow users to interact with and analyze structured data using natural language.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
The Gemini Data Analytics API enables developers to build intelligent data analytics applications. Leverage AI-powered chat interfaces to allow users to interact with and analyze structured data using natural language.
|
|
6
6
|
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
|
8
8
|
_versioned_ client gems, with names of the form `google-cloud-gemini_data_analytics-v*`.
|
|
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
|
|
|
74
74
|
|
|
75
75
|
## Supported Ruby Versions
|
|
76
76
|
|
|
77
|
-
This library is supported on Ruby 3.
|
|
77
|
+
This library is supported on Ruby 3.2+.
|
|
78
78
|
|
|
79
79
|
Google provides official support for Ruby versions that are actively supported
|
|
80
80
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -210,6 +210,7 @@ module Google
|
|
|
210
210
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
211
211
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
212
212
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
213
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
213
214
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
214
215
|
# The error codes that should trigger a retry.
|
|
215
216
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-gemini_data_analytics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -43,8 +43,9 @@ dependencies:
|
|
|
43
43
|
- - "<"
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: 2.a
|
|
46
|
-
description:
|
|
47
|
-
|
|
46
|
+
description: The Gemini Data Analytics API enables developers to build intelligent
|
|
47
|
+
data analytics applications. Leverage AI-powered chat interfaces to allow users
|
|
48
|
+
to interact with and analyze structured data using natural language.
|
|
48
49
|
email: googleapis-packages@google.com
|
|
49
50
|
executables: []
|
|
50
51
|
extensions: []
|
|
@@ -77,5 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
78
|
requirements: []
|
|
78
79
|
rubygems_version: 3.6.9
|
|
79
80
|
specification_version: 4
|
|
80
|
-
summary:
|
|
81
|
+
summary: The Gemini Data Analytics API enables developers to build intelligent data
|
|
82
|
+
analytics applications. Leverage AI-powered chat interfaces to allow users to interact
|
|
83
|
+
with and analyze structured data using natural language.
|
|
81
84
|
test_files: []
|