Class ImportCompletionSuggestionsRequest (0.12.3)

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_v1beta.types.ImportCompletionSuggestionsRequest.InlineSource
The Inline source for suggestion entries. This field is a member of oneof_ source.
gcs_source google.cloud.discoveryengine_v1beta.types.GcsSource
Cloud Storage location for the input content. This field is a member of oneof_ source.
bigquery_source google.cloud.discoveryengine_v1beta.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_v1beta.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.