grounding_configs
Creates, updates, deletes, gets or lists a grounding_configs
resource.
Overview
Name | grounding_configs |
Type | Resource |
Id | google.discoveryengine.grounding_configs |
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_grounding_configs_check | exec | projectsId , locationsId , groundingConfigsId | Performs a grounding check. |
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 |
---|---|---|
groundingConfigsId | string | |
locationsId | string | |
projectsId | string |
Lifecycle Methods
- projects_locations_grounding_configs_check
Performs a grounding check.
EXEC google.discoveryengine.grounding_configs.projects_locations_grounding_configs_check
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@groundingConfigsId='{{ groundingConfigsId }}' --required
@@json=
'{
"answerCandidate": "{{ answerCandidate }}",
"facts": "{{ facts }}",
"groundingSpec": "{{ groundingSpec }}",
"userLabels": "{{ userLabels }}"
}';