Skip to main content

completion_suggestions

Creates, updates, deletes, gets or lists a completion_suggestions resource.

Overview

Namecompletion_suggestions
TypeResource
Idgoogle.discoveryengine.completion_suggestions

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_locations_collections_data_stores_completion_suggestions_importexecprojectsId, locationsId, collectionsId, dataStoresIdImports CompletionSuggestions for a DataStore.
projects_locations_collections_data_stores_completion_suggestions_purgeexecprojectsId, locationsId, collectionsId, dataStoresIdPermanently deletes all CompletionSuggestions for a DataStore.
projects_locations_data_stores_completion_suggestions_importexecprojectsId, locationsId, dataStoresIdImports CompletionSuggestions for a DataStore.
projects_locations_data_stores_completion_suggestions_purgeexecprojectsId, locationsId, dataStoresIdPermanently deletes all CompletionSuggestions for a DataStore.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
collectionsIdstring
dataStoresIdstring
locationsIdstring
projectsIdstring

Lifecycle Methods

Imports CompletionSuggestions for a DataStore.

EXEC google.discoveryengine.completion_suggestions.projects_locations_collections_data_stores_completion_suggestions_import 
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@collectionsId='{{ collectionsId }}' --required,
@dataStoresId='{{ dataStoresId }}' --required
@@json=
'{
"inlineSource": "{{ inlineSource }}",
"gcsSource": "{{ gcsSource }}",
"bigquerySource": "{{ bigquerySource }}",
"errorConfig": "{{ errorConfig }}"
}';