ImportCompletionDataRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for ImportCompletionData methods.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The catalog which the suggestions dataset belongs to. Format: projects/1234/locations/global/catalogs/default_catalog .
|
input_config |
google.cloud.retail_v2beta.types.CompletionDataInputConfig
Required. The desired input location of the data. |
notification_pubsub_topic |
str
Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification is sent to specified Pub/Sub topic. The message data is JSON string of a Operation][google.longrunning.Operation] . Format of the
Pub/Sub topic is projects/{project}/topics/{topic} .
|