google-apis-discoveryengine_v1beta 0.39.0 → 0.40.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: 3a56c0c175af23d95d66ac075faf0d8dab4f753673345b12e034e5e2262665dc
4
- data.tar.gz: 71ce2d5cee6ffc79fd3f3d5d4b0dabd0dcab837ea5fada17b97e0779dd95dbaf
3
+ metadata.gz: c794c2fbed4ce3b045c9633de3b672bc91a2d868bc0cff60096cb76600d59a11
4
+ data.tar.gz: 5af94002c1d325362f98dd9a240137737dce8d397f30dbd67a35bd64860a051f
5
5
  SHA512:
6
- metadata.gz: 79af6c467042fa067d7e1161e97de855739155e8580926a1cb6d368def29ca115b414760b6e5f7e74a90a0d00825111744d74057fdfd28407f1cfba4d0c8e4a8
7
- data.tar.gz: a0699392473b396d78a3f68d11f28e9146697437e6d69c6c519b3a4a9b73989a0385f38bee088c58b21a24d3d6f93485112d637717f98265f4d270ef425ceee4
6
+ metadata.gz: e4e1de77db6562b57900a96e401e474f36e9af4dc5ba798aa019d6b1eab5b4c538d26178002bc2b7df669277441104e2f94bfa232e23a9e370d09da6d0fe68de
7
+ data.tar.gz: 7db3b2eeb9b6b0cd2ceaef338a337785e25d26ad2283de5f4e0e25bdd74daab7874a0706923982b99cdc46dbf0f07d54d715352b7f1bfb8d0749bd8ba52e0278
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.40.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240318
6
+
3
7
  ### v0.39.0 (2024-03-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20240312
@@ -6840,7 +6840,10 @@ module Google
6840
6840
  # document a big demotion. However, results that are deeply relevant might still
6841
6841
  # be shown. The document will have an upstream battle to get a fairly high
6842
6842
  # ranking, but it is not blocked out completely. Setting to 0.0 means no boost
6843
- # applied. The boosting condition is ignored.
6843
+ # applied. The boosting condition is ignored. Only one of the (condition, boost)
6844
+ # combination or the boost_control_spec below are set. If both are set then the
6845
+ # global boost is ignored and the more fine-grained boost_control_spec is
6846
+ # applied.
6844
6847
  # Corresponds to the JSON property `boost`
6845
6848
  # @return [Float]
6846
6849
  attr_accessor :boost
@@ -7062,6 +7065,16 @@ module Google
7062
7065
  # @return [Fixnum]
7063
7066
  attr_accessor :summary_result_count
7064
7067
 
7068
+ # If true, answer will be generated from most relevant chunks from top search
7069
+ # results. This feature will improve summary quality. Please note that with this
7070
+ # feature enabled, not all top search results will be referenced and included in
7071
+ # the reference list, so the citation source index only points to the search
7072
+ # results listed in the reference list.
7073
+ # Corresponds to the JSON property `useSemanticChunks`
7074
+ # @return [Boolean]
7075
+ attr_accessor :use_semantic_chunks
7076
+ alias_method :use_semantic_chunks?, :use_semantic_chunks
7077
+
7065
7078
  def initialize(**args)
7066
7079
  update!(**args)
7067
7080
  end
@@ -7075,6 +7088,7 @@ module Google
7075
7088
  @model_prompt_spec = args[:model_prompt_spec] if args.key?(:model_prompt_spec)
7076
7089
  @model_spec = args[:model_spec] if args.key?(:model_spec)
7077
7090
  @summary_result_count = args[:summary_result_count] if args.key?(:summary_result_count)
7091
+ @use_semantic_chunks = args[:use_semantic_chunks] if args.key?(:use_semantic_chunks)
7078
7092
  end
7079
7093
  end
7080
7094
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1beta
18
18
  # Version of the google-apis-discoveryengine_v1beta gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240312"
25
+ REVISION = "20240318"
26
26
  end
27
27
  end
28
28
  end
@@ -3522,6 +3522,7 @@ module Google
3522
3522
  property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelSpec::Representation
3523
3523
 
3524
3524
  property :summary_result_count, as: 'summaryResultCount'
3525
+ property :use_semantic_chunks, as: 'useSemanticChunks'
3525
3526
  end
3526
3527
  end
3527
3528
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.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-03-17 00:00:00.000000000 Z
11
+ date: 2024-03-24 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []