blob: cf3a27db32da8128536ea50b4cdd8113bd07187e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
type: google.api.Service
config_version: 3
name: recommendationengine.googleapis.com
title: Recommendations AI
apis:
- name: google.cloud.recommendationengine.v1beta1.CatalogService
- name: google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistry
- name: google.cloud.recommendationengine.v1beta1.PredictionService
- name: google.cloud.recommendationengine.v1beta1.UserEventService
types:
- name: google.cloud.recommendationengine.v1beta1.ImportCatalogItemsResponse
- name: google.cloud.recommendationengine.v1beta1.ImportErrorsConfig
- name: google.cloud.recommendationengine.v1beta1.ImportMetadata
- name: google.cloud.recommendationengine.v1beta1.ImportUserEventsResponse
- name: google.cloud.recommendationengine.v1beta1.PurgeUserEventsMetadata
- name: google.cloud.recommendationengine.v1beta1.PurgeUserEventsResponse
documentation:
summary: |-
Recommendations AI service enables customers to build end-to-end
personalized recommendation systems without requiring a high level of
expertise in machine learning, recommendation system, or Google Cloud.
backend:
rules:
- selector: google.cloud.recommendationengine.v1beta1.CatalogService.ImportCatalogItems
deadline: 300.0
- selector: google.cloud.recommendationengine.v1beta1.CatalogService.ListCatalogItems
deadline: 300.0
- selector: google.cloud.recommendationengine.v1beta1.UserEventService.ImportUserEvents
deadline: 300.0
- selector: google.cloud.recommendationengine.v1beta1.UserEventService.ListUserEvents
deadline: 300.0
http:
rules:
- selector: google.longrunning.Operations.GetOperation
get: '/v1beta1/{name=projects/*/locations/*/catalogs/*/operations/*}'
additional_bindings:
- get: '/v1beta1/{name=projects/*/locations/*/catalogs/*/eventStores/*/operations/*}'
- selector: google.longrunning.Operations.ListOperations
get: '/v1beta1/{name=projects/*/locations/*/catalogs/*}/operations'
additional_bindings:
- get: '/v1beta1/{name=projects/*/locations/*/catalogs/*/eventStores/*}/operations'
authentication:
rules:
- selector: 'google.cloud.recommendationengine.v1beta1.CatalogService.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: 'google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistry.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: google.cloud.recommendationengine.v1beta1.PredictionService.Predict
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: 'google.cloud.recommendationengine.v1beta1.UserEventService.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: 'google.longrunning.Operations.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
|