google-apis-discoveryengine_v1 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3f73a4a318a918a1f92732627adb7f644e92c97693b479822f3f3d82800e70b
|
4
|
+
data.tar.gz: 8d7e0937cca694129b2d7a336102800c9a97f6358fa4f19af4ea401fb255ebd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d662d5c1225b9333929af70d93e3a3b9af7a0ebc4be5752d4183e57d70c75eaafbc5168e6b3a42ef1b973b6350413c537898a566a6ed59dce82fa56b8b8d88f7
|
7
|
+
data.tar.gz: 1104be1681e38817cf39745a5fed35e4eaf6b0bd3e564893c22ae1f8d5f37ff0cd5bfa61f2372e8502843b5f41329f55d04f4fd6d4403f7970ecbb87f92dfebb
|
data/CHANGELOG.md
CHANGED
@@ -1007,12 +1007,16 @@ module Google
|
|
1007
1007
|
# @return [String]
|
1008
1008
|
attr_accessor :document
|
1009
1009
|
|
1010
|
-
# List of document contexts.
|
1010
|
+
# List of document contexts. The content will be used for Answer Generation.
|
1011
|
+
# This is supposed to be the main content of the document that can be long and
|
1012
|
+
# comprehensive.
|
1011
1013
|
# Corresponds to the JSON property `documentContexts`
|
1012
1014
|
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoDocumentContext>]
|
1013
1015
|
attr_accessor :document_contexts
|
1014
1016
|
|
1015
|
-
#
|
1017
|
+
# Deprecated: This field is deprecated and will have no effect on the Answer
|
1018
|
+
# generation. Please use document_contexts and extractive_segments fields. List
|
1019
|
+
# of extractive answers.
|
1016
1020
|
# Corresponds to the JSON property `extractiveAnswers`
|
1017
1021
|
# @return [Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveAnswer>]
|
1018
1022
|
attr_accessor :extractive_answers
|
@@ -1051,7 +1055,7 @@ module Google
|
|
1051
1055
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoDocumentContext
|
1052
1056
|
include Google::Apis::Core::Hashable
|
1053
1057
|
|
1054
|
-
# Document content.
|
1058
|
+
# Document content to be used for answer generation.
|
1055
1059
|
# Corresponds to the JSON property `content`
|
1056
1060
|
# @return [String]
|
1057
1061
|
attr_accessor :content
|
@@ -1099,7 +1103,8 @@ module Google
|
|
1099
1103
|
end
|
1100
1104
|
|
1101
1105
|
# Extractive segment. [Guide](https://cloud.google.com/generative-ai-app-builder/
|
1102
|
-
# docs/snippets#extractive-segments)
|
1106
|
+
# docs/snippets#extractive-segments) Answer generation will only use it if
|
1107
|
+
# document_contexts is empty. This is supposed to be shorter snippets.
|
1103
1108
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveSegment
|
1104
1109
|
include Google::Apis::Core::Hashable
|
1105
1110
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240912"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-discoveryengine_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|