google-cloud-recommendation_engine-v1beta1 0.11.0 → 0.12.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba4b8eeac34e7bd5ee389bb19706877614c39fef66605e41630faecc5e36bd43
|
4
|
+
data.tar.gz: ded07ab2e6b0fe066ebd02336ce901bdffafd670c6b7c6a79a005aa48f9e6932
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e573a5054b299b48c2c14e17a4c36a8da25d20b53b696712e0b2edbd3c6c26876edd647437343223071f2f247390d9194c821576b733b2aef847364dbe3ddb04
|
7
|
+
data.tar.gz: bd0f7b9115d0efec9b3142b569f1e18627197a586d97bc90cc79f322c0a28e55e56201cf7b5c9f6d4b75e8c15536d11f4099cada5a3fbe933eb456ab78773792
|
@@ -292,10 +292,10 @@ module Google
|
|
292
292
|
#
|
293
293
|
# See https://goo.gl/xmQnxf for more information on and examples of labels.
|
294
294
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
295
|
-
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::
|
295
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::RecommendationEngine::V1beta1::PredictResponse::PredictionResult>]
|
296
296
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
297
297
|
#
|
298
|
-
# @return [::Gapic::Rest::PagedEnumerable<::
|
298
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::RecommendationEngine::V1beta1::PredictResponse::PredictionResult>]
|
299
299
|
#
|
300
300
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
301
301
|
#
|
@@ -347,7 +347,7 @@ module Google
|
|
347
347
|
retry_policy: @config.retry_policy
|
348
348
|
|
349
349
|
@prediction_service_stub.predict request, options do |result, operation|
|
350
|
-
result = ::Gapic::Rest::PagedEnumerable.new @prediction_service_stub, :predict, "
|
350
|
+
result = ::Gapic::Rest::PagedEnumerable.new @prediction_service_stub, :predict, "results", request, result, options
|
351
351
|
yield result, operation if block_given?
|
352
352
|
throw :response, result
|
353
353
|
end
|
@@ -409,6 +409,14 @@ module Google
|
|
409
409
|
# @return [::Array<::String>]
|
410
410
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
411
|
# on public client surfaces.
|
412
|
+
# @!attribute [rw] generate_omitted_as_internal
|
413
|
+
# @return [::Boolean]
|
414
|
+
# Setting this to true indicates to the client generators that methods
|
415
|
+
# that would be excluded from the generation should instead be generated
|
416
|
+
# in a way that indicates these methods should not be consumed by
|
417
|
+
# end users. How this is expressed is up to individual language
|
418
|
+
# implementations to decide. Some examples may be: added annotations,
|
419
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
420
|
class SelectiveGapicGeneration
|
413
421
|
include ::Google::Protobuf::MessageExts
|
414
422
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-recommendation_engine-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
147
|
- !ruby/object:Gem::Version
|
148
148
|
version: '0'
|
149
149
|
requirements: []
|
150
|
-
rubygems_version: 3.6.
|
150
|
+
rubygems_version: 3.6.3
|
151
151
|
specification_version: 4
|
152
152
|
summary: Recommendations AI service enables customers to build end-to-end personalized
|
153
153
|
recommendation systems without requiring a high level of expertise in machine learning,
|