ImportCompletionSuggestionsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for CompletionService.ImportCompletionSuggestions method.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
inline_source |
google.cloud.discoveryengine_v1alpha.types.ImportCompletionSuggestionsRequest.InlineSource
The Inline source for suggestion entries. This field is a member of oneof _ source .
|
gcs_source |
google.cloud.discoveryengine_v1alpha.types.GcsSource
Cloud Storage location for the input content. This field is a member of oneof _ source .
|
bigquery_source |
google.cloud.discoveryengine_v1alpha.types.BigQuerySource
BigQuery input source. This field is a member of oneof _ source .
|
parent |
str
Required. The parent data store resource name for which to import customer autocomplete suggestions. Follows pattern projects/*/locations/*/collections/*/dataStores/*
|
error_config |
google.cloud.discoveryengine_v1alpha.types.ImportErrorConfig
The desired location of errors incurred during the Import. |
Classes
InlineSource
InlineSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The inline source for CompletionSuggestions.