Skip to main content

grounding_configs

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

Overview

Namegrounding_configs
TypeResource
Idgoogle.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:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_locations_grounding_configs_checkexecprojectsId, locationsId, groundingConfigsIdPerforms 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.

NameDatatypeDescription
groundingConfigsIdstring
locationsIdstring
projectsIdstring

Lifecycle Methods

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 }}"
}';