google-cloud-recommendation_engine-v1beta1 0.10.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.
Files changed (21) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/client.rb +7 -0
  4. data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/operations.rb +7 -0
  5. data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/rest/client.rb +7 -0
  6. data/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/rest/operations.rb +7 -0
  7. data/lib/google/cloud/recommendation_engine/v1beta1/prediction_api_key_registry/client.rb +7 -0
  8. data/lib/google/cloud/recommendation_engine/v1beta1/prediction_api_key_registry/rest/client.rb +7 -0
  9. data/lib/google/cloud/recommendation_engine/v1beta1/prediction_service/client.rb +7 -0
  10. data/lib/google/cloud/recommendation_engine/v1beta1/prediction_service/rest/client.rb +10 -3
  11. data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/client.rb +7 -0
  12. data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/operations.rb +7 -0
  13. data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/rest/client.rb +7 -0
  14. data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/rest/operations.rb +7 -0
  15. data/lib/google/cloud/recommendation_engine/v1beta1/version.rb +1 -1
  16. data/proto_docs/google/api/client.rb +8 -0
  17. data/proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb +4 -0
  18. data/proto_docs/google/cloud/recommendationengine/v1beta1/import.rb +6 -0
  19. data/proto_docs/google/longrunning/operations.rb +4 -0
  20. data/proto_docs/google/protobuf/struct.rb +12 -0
  21. metadata +6 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 930ccdbed5540fb0d121693a5250cd60683cbce877004f4c8018bffdb132c19c
4
- data.tar.gz: b7653ca5bd096f0eb81d23245c97eb5688a116796bb5d1955057f2c735cbe969
3
+ metadata.gz: ba4b8eeac34e7bd5ee389bb19706877614c39fef66605e41630faecc5e36bd43
4
+ data.tar.gz: ded07ab2e6b0fe066ebd02336ce901bdffafd670c6b7c6a79a005aa48f9e6932
5
5
  SHA512:
6
- metadata.gz: 7a45b8c58e3cbd04ec88d60d01a62cf229082b6e8aaa14c7dc32054ca1813212aac696e3aa791e3646a9dd3de1b9009486bf3be03c78a637c4590615e746f480
7
- data.tar.gz: b33826a624e43aab32993b331def98e3913cb037556dba71f282e5ac712e46e38b69ca10bef4f57390c73a74a0f57f32e83d0c54419178c0d8223366f6cfb8b0
6
+ metadata.gz: e573a5054b299b48c2c14e17a4c36a8da25d20b53b696712e0b2edbd3c6c26876edd647437343223071f2f247390d9194c821576b733b2aef847364dbe3ddb04
7
+ data.tar.gz: bd0f7b9115d0efec9b3142b569f1e18627197a586d97bc90cc79f322c0a28e55e56201cf7b5c9f6d4b75e8c15536d11f4099cada5a3fbe933eb456ab78773792
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -831,6 +831,13 @@ module Google
831
831
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
832
832
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
833
833
  # * (`nil`) indicating no credentials
834
+ #
835
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
836
+ # external source for authentication to Google Cloud, you must validate it before
837
+ # providing it to a Google API client library. Providing an unvalidated credential
838
+ # configuration to Google APIs can compromise the security of your systems and data.
839
+ # For more information, refer to [Validate credential configurations from external
840
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
834
841
  # @return [::Object]
835
842
  # @!attribute [rw] scope
836
843
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -780,6 +780,13 @@ module Google
780
780
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
781
781
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
782
782
  # * (`nil`) indicating no credentials
783
+ #
784
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
785
+ # external source for authentication to Google Cloud, you must validate it before
786
+ # providing it to a Google API client library. Providing an unvalidated credential
787
+ # configuration to Google APIs can compromise the security of your systems and data.
788
+ # For more information, refer to [Validate credential configurations from external
789
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
783
790
  # @return [::Object]
784
791
  # @!attribute [rw] scope
785
792
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -517,6 +517,13 @@ module Google
517
517
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
518
518
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
519
519
  # * (`nil`) indicating no credentials
520
+ #
521
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
522
+ # external source for authentication to Google Cloud, you must validate it before
523
+ # providing it to a Google API client library. Providing an unvalidated credential
524
+ # configuration to Google APIs can compromise the security of your systems and data.
525
+ # For more information, refer to [Validate credential configurations from external
526
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
520
527
  # @return [::Object]
521
528
  # @!attribute [rw] scope
522
529
  # The OAuth scopes
@@ -487,6 +487,13 @@ module Google
487
487
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
488
488
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
489
489
  # * (`nil`) indicating no credentials
490
+ #
491
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
492
+ # external source for authentication to Google Cloud, you must validate it before
493
+ # providing it to a Google API client library. Providing an unvalidated credential
494
+ # configuration to Google APIs can compromise the security of your systems and data.
495
+ # For more information, refer to [Validate credential configurations from external
496
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
490
497
  # @return [::Object]
491
498
  # @!attribute [rw] scope
492
499
  # The OAuth scopes
@@ -413,6 +413,13 @@ module Google
413
413
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
414
414
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
415
415
  # * (`nil`) indicating no credentials
416
+ #
417
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
418
+ # external source for authentication to Google Cloud, you must validate it before
419
+ # providing it to a Google API client library. Providing an unvalidated credential
420
+ # configuration to Google APIs can compromise the security of your systems and data.
421
+ # For more information, refer to [Validate credential configurations from external
422
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
416
423
  # @return [::Object]
417
424
  # @!attribute [rw] scope
418
425
  # The OAuth scopes
@@ -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<::String, ::Google::Protobuf::Value>]
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<::String, ::Google::Protobuf::Value>]
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, "metadata", request, result, options
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
@@ -397,6 +397,13 @@ module Google
397
397
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
398
398
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
399
399
  # * (`nil`) indicating no credentials
400
+ #
401
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
402
+ # external source for authentication to Google Cloud, you must validate it before
403
+ # providing it to a Google API client library. Providing an unvalidated credential
404
+ # configuration to Google APIs can compromise the security of your systems and data.
405
+ # For more information, refer to [Validate credential configurations from external
406
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
400
407
  # @return [::Object]
401
408
  # @!attribute [rw] scope
402
409
  # The OAuth scopes
@@ -819,6 +819,13 @@ module Google
819
819
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
820
820
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
821
821
  # * (`nil`) indicating no credentials
822
+ #
823
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
824
+ # external source for authentication to Google Cloud, you must validate it before
825
+ # providing it to a Google API client library. Providing an unvalidated credential
826
+ # configuration to Google APIs can compromise the security of your systems and data.
827
+ # For more information, refer to [Validate credential configurations from external
828
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
822
829
  # @return [::Object]
823
830
  # @!attribute [rw] scope
824
831
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -775,6 +775,13 @@ module Google
775
775
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
776
776
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
777
777
  # * (`nil`) indicating no credentials
778
+ #
779
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
780
+ # external source for authentication to Google Cloud, you must validate it before
781
+ # providing it to a Google API client library. Providing an unvalidated credential
782
+ # configuration to Google APIs can compromise the security of your systems and data.
783
+ # For more information, refer to [Validate credential configurations from external
784
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
778
785
  # @return [::Object]
779
786
  # @!attribute [rw] scope
780
787
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecommendationEngine
23
23
  module V1beta1
24
- VERSION = "0.10.0"
24
+ VERSION = "0.12.0"
25
25
  end
26
26
  end
27
27
  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
@@ -105,9 +105,13 @@ module Google
105
105
  # @!attribute [rw] exact_price
106
106
  # @return [::Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::ExactPrice]
107
107
  # Optional. The exact product price.
108
+ #
109
+ # Note: The following fields are mutually exclusive: `exact_price`, `price_range`. If a field in that set is populated, all other fields in the set will automatically be cleared.
108
110
  # @!attribute [rw] price_range
109
111
  # @return [::Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::PriceRange]
110
112
  # Optional. The product price range.
113
+ #
114
+ # Note: The following fields are mutually exclusive: `price_range`, `exact_price`. If a field in that set is populated, all other fields in the set will automatically be cleared.
111
115
  # @!attribute [rw] costs
112
116
  # @return [::Google::Protobuf::Map{::String => ::Float}]
113
117
  # Optional. A map to pass the costs associated with the product.
@@ -117,12 +117,18 @@ module Google
117
117
  # @!attribute [rw] catalog_inline_source
118
118
  # @return [::Google::Cloud::RecommendationEngine::V1beta1::CatalogInlineSource]
119
119
  # The Inline source for the input content for Catalog items.
120
+ #
121
+ # Note: The following fields are mutually exclusive: `catalog_inline_source`, `gcs_source`, `user_event_inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
120
122
  # @!attribute [rw] gcs_source
121
123
  # @return [::Google::Cloud::RecommendationEngine::V1beta1::GcsSource]
122
124
  # Google Cloud Storage location for the input content.
125
+ #
126
+ # Note: The following fields are mutually exclusive: `gcs_source`, `catalog_inline_source`, `user_event_inline_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
123
127
  # @!attribute [rw] user_event_inline_source
124
128
  # @return [::Google::Cloud::RecommendationEngine::V1beta1::UserEventInlineSource]
125
129
  # The Inline source for the input content for UserEvents.
130
+ #
131
+ # Note: The following fields are mutually exclusive: `user_event_inline_source`, `catalog_inline_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
126
132
  class InputConfig
127
133
  include ::Google::Protobuf::MessageExts
128
134
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -53,21 +53,33 @@ module Google
53
53
  # @!attribute [rw] null_value
54
54
  # @return [::Google::Protobuf::NullValue]
55
55
  # Represents a null value.
56
+ #
57
+ # Note: The following fields are mutually exclusive: `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
56
58
  # @!attribute [rw] number_value
57
59
  # @return [::Float]
58
60
  # Represents a double value.
61
+ #
62
+ # Note: The following fields are mutually exclusive: `number_value`, `null_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
59
63
  # @!attribute [rw] string_value
60
64
  # @return [::String]
61
65
  # Represents a string value.
66
+ #
67
+ # Note: The following fields are mutually exclusive: `string_value`, `null_value`, `number_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
62
68
  # @!attribute [rw] bool_value
63
69
  # @return [::Boolean]
64
70
  # Represents a boolean value.
71
+ #
72
+ # Note: The following fields are mutually exclusive: `bool_value`, `null_value`, `number_value`, `string_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
65
73
  # @!attribute [rw] struct_value
66
74
  # @return [::Google::Protobuf::Struct]
67
75
  # Represents a structured value.
76
+ #
77
+ # Note: The following fields are mutually exclusive: `struct_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
68
78
  # @!attribute [rw] list_value
69
79
  # @return [::Google::Protobuf::ListValue]
70
80
  # Represents a repeated `Value`.
81
+ #
82
+ # Note: The following fields are mutually exclusive: `list_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
71
83
  class Value
72
84
  include ::Google::Protobuf::MessageExts
73
85
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +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.10.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-02-07 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -134,7 +133,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
134
133
  licenses:
135
134
  - Apache-2.0
136
135
  metadata: {}
137
- post_install_message:
138
136
  rdoc_options: []
139
137
  require_paths:
140
138
  - lib
@@ -142,15 +140,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
142
140
  requirements:
143
141
  - - ">="
144
142
  - !ruby/object:Gem::Version
145
- version: '2.7'
143
+ version: '3.0'
146
144
  required_rubygems_version: !ruby/object:Gem::Requirement
147
145
  requirements:
148
146
  - - ">="
149
147
  - !ruby/object:Gem::Version
150
148
  version: '0'
151
149
  requirements: []
152
- rubygems_version: 3.5.23
153
- signing_key:
150
+ rubygems_version: 3.6.3
154
151
  specification_version: 4
155
152
  summary: Recommendations AI service enables customers to build end-to-end personalized
156
153
  recommendation systems without requiring a high level of expertise in machine learning,