Namespace Google.Apis.RecommendationsAI.v1beta1
Classes
ProjectsResource
The "projects" collection of methods.
ProjectsResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource
The "catalogs" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource
The "catalogItems" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource.CreateRequest
Creates a catalog item.
ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource.DeleteRequest
Deletes a catalog item.
ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource.GetRequest
Gets a specific catalog item.
ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource.ImportRequest
Bulk import of multiple catalog items. Request processing may be synchronous. No partial updating supported. Non-existing items will be created. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully updated.
ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource.ListRequest
Gets a list of catalog items.
ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource.PatchRequest
Updates a catalog item. Partial updating is supported. Non-existing items will be created.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource
The "eventStores" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.OperationsResource
The "operations" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't
support this method, it returns UNIMPLEMENTED
.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PlacementsResource
The "placements" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PlacementsResource.PredictRequest
Makes a recommendation prediction. If using API Key based authentication, the API Key must be registered using the PredictionApiKeyRegistry service. Learn more.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource
The "predictionApiKeyRegistrations" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.CreateRequest
Register an API key for use with predict method.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.DeleteRequest
Unregister an apiKey from using for predict method.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.PredictionApiKeyRegistrationsResource.ListRequest
List the registered apiKeys for use with predict method.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.UserEventsResource
The "userEvents" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.UserEventsResource.CollectRequest
Writes a single user event from the browser. This uses a GET request to due to browser restriction of POST-ing to a 3rd party domain. This method is used only by the Recommendations AI JavaScript pixel. Users should not call this method directly.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.UserEventsResource.ImportRequest
Bulk import of User events. Request processing might be synchronous. Events that already exist are skipped. Use this method for backfilling historical user events. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully inserted. Operation.metadata is of type ImportMetadata.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.UserEventsResource.ListRequest
Gets a list of user events within a time range, with potential filtering. The method does not list unjoined user events. Unjoined user event definition: when a user event is ingested from Recommendations AI User Event APIs, the catalog item included in the user event is connected with the current catalog. If a catalog item of the ingested event is not in the current catalog, it could lead to degraded model quality. This is called an unjoined event.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.UserEventsResource.PurgeRequest
Deletes permanently all user events specified by the filter provided. Depending on the number of events specified by the filter, this operation could take hours or days to complete. To test a filter, use the list command first.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.UserEventsResource.RejoinRequest
Triggers a user event rejoin operation with latest catalog data. Events will not be annotated with detailed catalog information if catalog item is missing at the time the user event is ingested, and these events are stored as unjoined events with a limited usage on training and serving. This API can be used to trigger a 'join' operation on specified events with latest version of catalog items. It can also be used to correct events joined with wrong catalog items.
ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource.UserEventsResource.WriteRequest
Writes a single user event.
ProjectsResource.LocationsResource.CatalogsResource.ListRequest
Lists all the catalog configurations associated with the project.
ProjectsResource.LocationsResource.CatalogsResource.OperationsResource
The "operations" collection of methods.
ProjectsResource.LocationsResource.CatalogsResource.OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResource.LocationsResource.CatalogsResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support
this method, it returns UNIMPLEMENTED
.
ProjectsResource.LocationsResource.CatalogsResource.PatchRequest
Updates the catalog configuration.
RecommendationsAIBaseServiceRequest<TResponse>
A base abstract class for RecommendationsAI requests.
RecommendationsAIService
The RecommendationsAI Service.
RecommendationsAIService.Scope
Available OAuth 2.0 scopes for use with the Recommendations AI (Beta).
RecommendationsAIService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Recommendations AI (Beta).
Enums
RecommendationsAIBaseServiceRequest<TResponse>.AltEnum
Data format for response.
RecommendationsAIBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.