Class ImportCompletionDataRequest (0.4.2)

ImportCompletionDataRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ImportCompletionData methods. .. attribute:: parent

Required. The catalog which the suggestions dataset belongs to.

Format: projects/1234/locations/global/catalogs/default_catalog.

:type: str

Attributes

NameDescription
input_config google.cloud.retail_v2.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 will be sent to specified Pub/Sub topic. The message data will be JSON string of a Operation][google.longrunning.Operation]. Format of the Pub/Sub topic is projects/{project}/topics/{topic}.