projects

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.

post/v1beta1/{+parent}/userEvents:rejoin

Path parameters

parentstring required

Required. Full resource name of user event, such as projects/*/locations/*/catalogs/default_catalog/eventStores/default_event_store.

Request body

userEventRejoinScope'USER_EVENT_REJOIN_SCOPE_UNSPECIFIED' | 'JOINED_EVENTS' | 'UNJOINED_EVENTS'

Required. The type of the catalog rejoin to define the scope and range of the user events to be rejoined with catalog items.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.