recommendationengine_v1beta1.yaml 2.8 KB

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