ImportUserEventsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for the ImportUserEvents request. .. attribute:: parent
Required.
projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
:type: str
Attributes | |
---|---|
Name | Description |
request_id |
str
Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source. |
input_config |
google.cloud.recommendationengine_v1beta1.types.InputConfig
Required. The desired input location of the data. |
errors_config |
google.cloud.recommendationengine_v1beta1.types.ImportErrorsConfig
Optional. The desired location of errors incurred during the Import. |