google-cloud-gemini_data_analytics 0.1.1 → 0.3.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 +2 -2
- data/lib/google/cloud/gemini_data_analytics/version.rb +1 -1
- metadata +8 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea3a4e32a94cb3dec69e87e8285ca0fcd2ae9ae552e2e9228a372aa3144dda73
|
|
4
|
+
data.tar.gz: f03f9c943b3116f536ab76a5bf0342089d6fbed9453b29704ea55b2bde26c19a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99ac3d14af28341ceb17b67e52b370fac9689aaf991d4fde231d7650fd5f875b36d8d125ccd750f3083f0e6c1fa9a00143245c4ce1773d2b20d4b63a0735f337
|
|
7
|
+
data.tar.gz: 19aca8b77589ac3054e114c40be90c50c02e5c42fa39a8ebe1fc8740a1aaca6e6de524b3d9ad6a03dd45d5106ecebf1a1a38b12e67509854ec92f3804df1bbac
|
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*`.
|
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.3.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: []
|
|
@@ -68,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
68
69
|
requirements:
|
|
69
70
|
- - ">="
|
|
70
71
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: '3.
|
|
72
|
+
version: '3.2'
|
|
72
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
74
|
requirements:
|
|
74
75
|
- - ">="
|
|
@@ -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: []
|