completion_suggestions
Creates, updates, deletes, gets or lists a completion_suggestions
resource.
Overview
Name | completion_suggestions |
Type | Resource |
Id | google.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
projects_locations_collections_data_stores_completion_suggestions_import | exec | projectsId , locationsId , collectionsId , dataStoresId | Imports CompletionSuggestions for a DataStore. | |
projects_locations_collections_data_stores_completion_suggestions_purge | exec | projectsId , locationsId , collectionsId , dataStoresId | Permanently deletes all CompletionSuggestions for a DataStore. | |
projects_locations_data_stores_completion_suggestions_import | exec | projectsId , locationsId , dataStoresId | Imports CompletionSuggestions for a DataStore. | |
projects_locations_data_stores_completion_suggestions_purge | exec | projectsId , locationsId , dataStoresId | Permanently 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.
Name | Datatype | Description |
---|---|---|
collectionsId | string | |
dataStoresId | string | |
locationsId | string | |
projectsId | string |
Lifecycle Methods
- projects_locations_collections_data_stores_completion_suggestions_import
- projects_locations_collections_data_stores_completion_suggestions_purge
- projects_locations_data_stores_completion_suggestions_import
- projects_locations_data_stores_completion_suggestions_purge
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 }}"
}';
Permanently deletes all CompletionSuggestions for a DataStore.
EXEC google.discoveryengine.completion_suggestions.projects_locations_collections_data_stores_completion_suggestions_purge
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@collectionsId='{{ collectionsId }}' --required,
@dataStoresId='{{ dataStoresId }}' --required;
Imports CompletionSuggestions for a DataStore.
EXEC google.discoveryengine.completion_suggestions.projects_locations_data_stores_completion_suggestions_import
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@dataStoresId='{{ dataStoresId }}' --required
@@json=
'{
"inlineSource": "{{ inlineSource }}",
"gcsSource": "{{ gcsSource }}",
"bigquerySource": "{{ bigquerySource }}",
"errorConfig": "{{ errorConfig }}"
}';
Permanently deletes all CompletionSuggestions for a DataStore.
EXEC google.discoveryengine.completion_suggestions.projects_locations_data_stores_completion_suggestions_purge
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@dataStoresId='{{ dataStoresId }}' --required;