google-cloud-recommendation_engine-v1beta1 0.3.0 → 0.3.1
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/lib/google/cloud/recommendation_engine/v1beta1/catalog_service/client.rb +5 -5
- data/lib/google/cloud/recommendation_engine/v1beta1/prediction_api_key_registry/client.rb +3 -3
- data/lib/google/cloud/recommendation_engine/v1beta1/prediction_service/client.rb +1 -1
- data/lib/google/cloud/recommendation_engine/v1beta1/user_event_service/client.rb +5 -5
- data/lib/google/cloud/recommendation_engine/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/recommendationengine/v1beta1/catalog_service.rb +4 -4
- data/proto_docs/google/cloud/recommendationengine/v1beta1/import.rb +4 -4
- data/proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb +3 -3
- data/proto_docs/google/cloud/recommendationengine/v1beta1/prediction_service.rb +1 -1
- data/proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e914f8048c55dced74138f02c00292772b57dd897051efede9c22cc0d2384cc
|
|
4
|
+
data.tar.gz: c3748e8cfefef9d9c2251182d7d3a06259c391764e5520ff4a67702bbafd1814
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d071a1059390f24530c2484671cdf15d09789b2bb10458ec219a2f219712a31375ba73aa03a30b36d4c8b9dd960600e4d34063d43aac69367e654814d6cfe2d
|
|
7
|
+
data.tar.gz: a071d0c553d13d44ca1bb9d9daac9a13cdd1b46f1e64dd452f3d21867f5dc7965ac06ec51f71d4fa84aadf0a59b7d163c4418847b392380b73d9a61a848735dc
|
|
@@ -230,7 +230,7 @@ module Google
|
|
|
230
230
|
#
|
|
231
231
|
# @param parent [::String]
|
|
232
232
|
# Required. The parent catalog resource name, such as
|
|
233
|
-
#
|
|
233
|
+
# `projects/*/locations/global/catalogs/default_catalog`.
|
|
234
234
|
# @param catalog_item [::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem, ::Hash]
|
|
235
235
|
# Required. The catalog item to create.
|
|
236
236
|
#
|
|
@@ -299,7 +299,7 @@ module Google
|
|
|
299
299
|
#
|
|
300
300
|
# @param name [::String]
|
|
301
301
|
# Required. Full resource name of catalog item, such as
|
|
302
|
-
#
|
|
302
|
+
# `projects/*/locations/global/catalogs/default_catalog/catalogitems/some_catalog_item_id`.
|
|
303
303
|
#
|
|
304
304
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
305
305
|
# @yieldparam response [::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem]
|
|
@@ -366,7 +366,7 @@ module Google
|
|
|
366
366
|
#
|
|
367
367
|
# @param parent [::String]
|
|
368
368
|
# Required. The parent catalog resource name, such as
|
|
369
|
-
#
|
|
369
|
+
# `projects/*/locations/global/catalogs/default_catalog`.
|
|
370
370
|
# @param page_size [::Integer]
|
|
371
371
|
# Optional. Maximum number of results to return per page. If zero, the
|
|
372
372
|
# service will choose a reasonable default.
|
|
@@ -515,7 +515,7 @@ module Google
|
|
|
515
515
|
#
|
|
516
516
|
# @param name [::String]
|
|
517
517
|
# Required. Full resource name of catalog item, such as
|
|
518
|
-
#
|
|
518
|
+
# `projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id`.
|
|
519
519
|
#
|
|
520
520
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
521
521
|
# @yieldparam response [::Google::Protobuf::Empty]
|
|
@@ -586,7 +586,7 @@ module Google
|
|
|
586
586
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
587
587
|
#
|
|
588
588
|
# @param parent [::String]
|
|
589
|
-
# Required.
|
|
589
|
+
# Required. `projects/1234/locations/global/catalogs/default_catalog`
|
|
590
590
|
# @param request_id [::String]
|
|
591
591
|
# Optional. Unique identifier provided by client, within the ancestor
|
|
592
592
|
# dataset scope. Ensures idempotency and used for request deduplication.
|
|
@@ -198,7 +198,7 @@ module Google
|
|
|
198
198
|
#
|
|
199
199
|
# @param parent [::String]
|
|
200
200
|
# Required. The parent resource path.
|
|
201
|
-
#
|
|
201
|
+
# `projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store`.
|
|
202
202
|
# @param prediction_api_key_registration [::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration, ::Hash]
|
|
203
203
|
# Required. The prediction API key registration.
|
|
204
204
|
#
|
|
@@ -267,7 +267,7 @@ module Google
|
|
|
267
267
|
#
|
|
268
268
|
# @param parent [::String]
|
|
269
269
|
# Required. The parent placement resource name such as
|
|
270
|
-
#
|
|
270
|
+
# `projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store`
|
|
271
271
|
# @param page_size [::Integer]
|
|
272
272
|
# Optional. Maximum number of results to return per page. If unset, the
|
|
273
273
|
# service will choose a reasonable default.
|
|
@@ -340,7 +340,7 @@ module Google
|
|
|
340
340
|
#
|
|
341
341
|
# @param name [::String]
|
|
342
342
|
# Required. The API key to unregister including full resource path.
|
|
343
|
-
#
|
|
343
|
+
# `projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/<YOUR_API_KEY>`
|
|
344
344
|
#
|
|
345
345
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
346
346
|
# @yieldparam response [::Google::Protobuf::Empty]
|
|
@@ -181,7 +181,7 @@ module Google
|
|
|
181
181
|
#
|
|
182
182
|
# @param name [::String]
|
|
183
183
|
# Required. Full resource name of the format:
|
|
184
|
-
#
|
|
184
|
+
# `{name=projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/placements/*}`
|
|
185
185
|
# The id of the recommendation engine placement. This id is used to identify
|
|
186
186
|
# the set of models that will be used to make the prediction.
|
|
187
187
|
#
|
|
@@ -222,7 +222,7 @@ module Google
|
|
|
222
222
|
#
|
|
223
223
|
# @param parent [::String]
|
|
224
224
|
# Required. The parent eventStore resource name, such as
|
|
225
|
-
#
|
|
225
|
+
# `projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store`.
|
|
226
226
|
# @param user_event [::Google::Cloud::RecommendationEngine::V1beta1::UserEvent, ::Hash]
|
|
227
227
|
# Required. User event to write.
|
|
228
228
|
#
|
|
@@ -295,7 +295,7 @@ module Google
|
|
|
295
295
|
#
|
|
296
296
|
# @param parent [::String]
|
|
297
297
|
# Required. The parent eventStore name, such as
|
|
298
|
-
#
|
|
298
|
+
# `projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store`.
|
|
299
299
|
# @param user_event [::String]
|
|
300
300
|
# Required. URL encoded UserEvent proto.
|
|
301
301
|
# @param uri [::String]
|
|
@@ -373,7 +373,7 @@ module Google
|
|
|
373
373
|
#
|
|
374
374
|
# @param parent [::String]
|
|
375
375
|
# Required. The parent eventStore resource name, such as
|
|
376
|
-
#
|
|
376
|
+
# `projects/*/locations/*/catalogs/default_catalog/eventStores/default_event_store`.
|
|
377
377
|
# @param page_size [::Integer]
|
|
378
378
|
# Optional. Maximum number of results to return per page. If zero, the
|
|
379
379
|
# service will choose a reasonable default.
|
|
@@ -483,7 +483,7 @@ module Google
|
|
|
483
483
|
# @param parent [::String]
|
|
484
484
|
# Required. The resource name of the event_store under which the events are
|
|
485
485
|
# created. The format is
|
|
486
|
-
#
|
|
486
|
+
# `projects/${projectId}/locations/global/catalogs/${catalogId}/eventStores/${eventStoreId}`
|
|
487
487
|
# @param filter [::String]
|
|
488
488
|
# Required. The filter string to specify the events to be deleted. Empty
|
|
489
489
|
# string filter is not allowed. This filter can also be used with
|
|
@@ -580,7 +580,7 @@ module Google
|
|
|
580
580
|
#
|
|
581
581
|
# @param parent [::String]
|
|
582
582
|
# Required.
|
|
583
|
-
#
|
|
583
|
+
# `projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store`
|
|
584
584
|
# @param request_id [::String]
|
|
585
585
|
# Optional. Unique identifier provided by client, within the ancestor
|
|
586
586
|
# dataset scope. Ensures idempotency for expensive long running operations.
|
|
@@ -25,7 +25,7 @@ module Google
|
|
|
25
25
|
# @!attribute [rw] parent
|
|
26
26
|
# @return [::String]
|
|
27
27
|
# Required. The parent catalog resource name, such as
|
|
28
|
-
#
|
|
28
|
+
# `projects/*/locations/global/catalogs/default_catalog`.
|
|
29
29
|
# @!attribute [rw] catalog_item
|
|
30
30
|
# @return [::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem]
|
|
31
31
|
# Required. The catalog item to create.
|
|
@@ -38,7 +38,7 @@ module Google
|
|
|
38
38
|
# @!attribute [rw] name
|
|
39
39
|
# @return [::String]
|
|
40
40
|
# Required. Full resource name of catalog item, such as
|
|
41
|
-
#
|
|
41
|
+
# `projects/*/locations/global/catalogs/default_catalog/catalogitems/some_catalog_item_id`.
|
|
42
42
|
class GetCatalogItemRequest
|
|
43
43
|
include ::Google::Protobuf::MessageExts
|
|
44
44
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -48,7 +48,7 @@ module Google
|
|
|
48
48
|
# @!attribute [rw] parent
|
|
49
49
|
# @return [::String]
|
|
50
50
|
# Required. The parent catalog resource name, such as
|
|
51
|
-
#
|
|
51
|
+
# `projects/*/locations/global/catalogs/default_catalog`.
|
|
52
52
|
# @!attribute [rw] page_size
|
|
53
53
|
# @return [::Integer]
|
|
54
54
|
# Optional. Maximum number of results to return per page. If zero, the
|
|
@@ -99,7 +99,7 @@ module Google
|
|
|
99
99
|
# @!attribute [rw] name
|
|
100
100
|
# @return [::String]
|
|
101
101
|
# Required. Full resource name of catalog item, such as
|
|
102
|
-
#
|
|
102
|
+
# `projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id`.
|
|
103
103
|
class DeleteCatalogItemRequest
|
|
104
104
|
include ::Google::Protobuf::MessageExts
|
|
105
105
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -27,8 +27,8 @@ module Google
|
|
|
27
27
|
# @return [::Array<::String>]
|
|
28
28
|
# Required. Google Cloud Storage URIs to input files. URI can be up to
|
|
29
29
|
# 2000 characters long. URIs can match the full object path (for example,
|
|
30
|
-
# gs://bucket/directory/object.json) or a pattern matching one or more
|
|
31
|
-
# files, such as gs://bucket/directory/*.json
|
|
30
|
+
# `gs://bucket/directory/object.json`) or a pattern matching one or more
|
|
31
|
+
# files, such as `gs://bucket/directory/*.json`. A request can
|
|
32
32
|
# contain at most 100 files, and each file can be up to 2 GB. See
|
|
33
33
|
# [Importing catalog information](/recommendations-ai/docs/upload-catalog)
|
|
34
34
|
# for the expected file format and setup instructions.
|
|
@@ -71,7 +71,7 @@ module Google
|
|
|
71
71
|
# Request message for Import methods.
|
|
72
72
|
# @!attribute [rw] parent
|
|
73
73
|
# @return [::String]
|
|
74
|
-
# Required.
|
|
74
|
+
# Required. `projects/1234/locations/global/catalogs/default_catalog`
|
|
75
75
|
# @!attribute [rw] request_id
|
|
76
76
|
# @return [::String]
|
|
77
77
|
# Optional. Unique identifier provided by client, within the ancestor
|
|
@@ -93,7 +93,7 @@ module Google
|
|
|
93
93
|
# @!attribute [rw] parent
|
|
94
94
|
# @return [::String]
|
|
95
95
|
# Required.
|
|
96
|
-
#
|
|
96
|
+
# `projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store`
|
|
97
97
|
# @!attribute [rw] request_id
|
|
98
98
|
# @return [::String]
|
|
99
99
|
# Optional. Unique identifier provided by client, within the ancestor
|
data/proto_docs/google/cloud/recommendationengine/v1beta1/prediction_apikey_registry_service.rb
CHANGED
|
@@ -34,7 +34,7 @@ module Google
|
|
|
34
34
|
# @!attribute [rw] parent
|
|
35
35
|
# @return [::String]
|
|
36
36
|
# Required. The parent resource path.
|
|
37
|
-
#
|
|
37
|
+
# `projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store`.
|
|
38
38
|
# @!attribute [rw] prediction_api_key_registration
|
|
39
39
|
# @return [::Google::Cloud::RecommendationEngine::V1beta1::PredictionApiKeyRegistration]
|
|
40
40
|
# Required. The prediction API key registration.
|
|
@@ -47,7 +47,7 @@ module Google
|
|
|
47
47
|
# @!attribute [rw] parent
|
|
48
48
|
# @return [::String]
|
|
49
49
|
# Required. The parent placement resource name such as
|
|
50
|
-
#
|
|
50
|
+
# `projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store`
|
|
51
51
|
# @!attribute [rw] page_size
|
|
52
52
|
# @return [::Integer]
|
|
53
53
|
# Optional. Maximum number of results to return per page. If unset, the
|
|
@@ -77,7 +77,7 @@ module Google
|
|
|
77
77
|
# @!attribute [rw] name
|
|
78
78
|
# @return [::String]
|
|
79
79
|
# Required. The API key to unregister including full resource path.
|
|
80
|
-
#
|
|
80
|
+
# `projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/predictionApiKeyRegistrations/<YOUR_API_KEY>`
|
|
81
81
|
class DeletePredictionApiKeyRegistrationRequest
|
|
82
82
|
include ::Google::Protobuf::MessageExts
|
|
83
83
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -25,7 +25,7 @@ module Google
|
|
|
25
25
|
# @!attribute [rw] name
|
|
26
26
|
# @return [::String]
|
|
27
27
|
# Required. Full resource name of the format:
|
|
28
|
-
#
|
|
28
|
+
# `{name=projects/*/locations/global/catalogs/default_catalog/eventStores/default_event_store/placements/*}`
|
|
29
29
|
# The id of the recommendation engine placement. This id is used to identify
|
|
30
30
|
# the set of models that will be used to make the prediction.
|
|
31
31
|
#
|
|
@@ -26,7 +26,7 @@ module Google
|
|
|
26
26
|
# @return [::String]
|
|
27
27
|
# Required. The resource name of the event_store under which the events are
|
|
28
28
|
# created. The format is
|
|
29
|
-
#
|
|
29
|
+
# `projects/${projectId}/locations/global/catalogs/${catalogId}/eventStores/${eventStoreId}`
|
|
30
30
|
# @!attribute [rw] filter
|
|
31
31
|
# @return [::String]
|
|
32
32
|
# Required. The filter string to specify the events to be deleted. Empty
|
|
@@ -89,7 +89,7 @@ module Google
|
|
|
89
89
|
# @!attribute [rw] parent
|
|
90
90
|
# @return [::String]
|
|
91
91
|
# Required. The parent eventStore resource name, such as
|
|
92
|
-
#
|
|
92
|
+
# `projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store`.
|
|
93
93
|
# @!attribute [rw] user_event
|
|
94
94
|
# @return [::Google::Cloud::RecommendationEngine::V1beta1::UserEvent]
|
|
95
95
|
# Required. User event to write.
|
|
@@ -102,7 +102,7 @@ module Google
|
|
|
102
102
|
# @!attribute [rw] parent
|
|
103
103
|
# @return [::String]
|
|
104
104
|
# Required. The parent eventStore name, such as
|
|
105
|
-
#
|
|
105
|
+
# `projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store`.
|
|
106
106
|
# @!attribute [rw] user_event
|
|
107
107
|
# @return [::String]
|
|
108
108
|
# Required. URL encoded UserEvent proto.
|
|
@@ -126,7 +126,7 @@ module Google
|
|
|
126
126
|
# @!attribute [rw] parent
|
|
127
127
|
# @return [::String]
|
|
128
128
|
# Required. The parent eventStore resource name, such as
|
|
129
|
-
#
|
|
129
|
+
# `projects/*/locations/*/catalogs/default_catalog/eventStores/default_event_store`.
|
|
130
130
|
# @!attribute [rw] page_size
|
|
131
131
|
# @return [::Integer]
|
|
132
132
|
# Optional. Maximum number of results to return per page. If zero, the
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-recommendation_engine-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.4'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0.
|
|
26
|
+
version: '0.4'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: google-cloud-errors
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|