Class GroundingSource (1.95.1)
API documentation for GroundingSource
class.
Classes
InlineContext
InlineContext(inline_context: str)
InlineContext represents a grounding source using provided inline context.
.. attribute:: inline_context
The content used as inline context.
:type: str
VertexAISearch
VertexAISearch(
data_store_id: str,
location: str,
project: typing.Optional[str] = None,
disable_attribution: bool = False,
)
VertexAISearchDatastore represents a grounding source using Vertex AI Search datastore
.. attribute:: data_store_id
Data store ID of the Vertex AI Search datastore.
:type: str
WebSearch
WebSearch(disable_attribution: bool = False)
WebSearch represents a grounding source using public web search.
.. attribute:: disable_attribution
If set to True
, skip finding claim attributions (i.e not generate grounding citation). Default: False.
:type: bool
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class GroundingSource (1.95.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.95.1 (latest)](/python/docs/reference/vertexai/latest/vertexai.language_models.GroundingSource)\n- [1.94.0](/python/docs/reference/vertexai/1.94.0/vertexai.language_models.GroundingSource)\n- [1.93.1](/python/docs/reference/vertexai/1.93.1/vertexai.language_models.GroundingSource)\n- [1.92.0](/python/docs/reference/vertexai/1.92.0/vertexai.language_models.GroundingSource)\n- [1.91.0](/python/docs/reference/vertexai/1.91.0/vertexai.language_models.GroundingSource)\n- [1.90.0](/python/docs/reference/vertexai/1.90.0/vertexai.language_models.GroundingSource)\n- [1.89.0](/python/docs/reference/vertexai/1.89.0/vertexai.language_models.GroundingSource)\n- [1.88.0](/python/docs/reference/vertexai/1.88.0/vertexai.language_models.GroundingSource)\n- [1.87.0](/python/docs/reference/vertexai/1.87.0/vertexai.language_models.GroundingSource)\n- [1.86.0](/python/docs/reference/vertexai/1.86.0/vertexai.language_models.GroundingSource)\n- [1.85.0](/python/docs/reference/vertexai/1.85.0/vertexai.language_models.GroundingSource)\n- [1.84.0](/python/docs/reference/vertexai/1.84.0/vertexai.language_models.GroundingSource)\n- [1.83.0](/python/docs/reference/vertexai/1.83.0/vertexai.language_models.GroundingSource)\n- [1.82.0](/python/docs/reference/vertexai/1.82.0/vertexai.language_models.GroundingSource)\n- [1.81.0](/python/docs/reference/vertexai/1.81.0/vertexai.language_models.GroundingSource)\n- [1.80.0](/python/docs/reference/vertexai/1.80.0/vertexai.language_models.GroundingSource)\n- [1.79.0](/python/docs/reference/vertexai/1.79.0/vertexai.language_models.GroundingSource)\n- [1.78.0](/python/docs/reference/vertexai/1.78.0/vertexai.language_models.GroundingSource)\n- [1.77.0](/python/docs/reference/vertexai/1.77.0/vertexai.language_models.GroundingSource)\n- [1.76.0](/python/docs/reference/vertexai/1.76.0/vertexai.language_models.GroundingSource)\n- [1.75.0](/python/docs/reference/vertexai/1.75.0/vertexai.language_models.GroundingSource)\n- [1.74.0](/python/docs/reference/vertexai/1.74.0/vertexai.language_models.GroundingSource)\n- [1.73.0](/python/docs/reference/vertexai/1.73.0/vertexai.language_models.GroundingSource)\n- [1.72.0](/python/docs/reference/vertexai/1.72.0/vertexai.language_models.GroundingSource)\n- [1.71.1](/python/docs/reference/vertexai/1.71.1/vertexai.language_models.GroundingSource)\n- [1.70.0](/python/docs/reference/vertexai/1.70.0/vertexai.language_models.GroundingSource)\n- [1.69.0](/python/docs/reference/vertexai/1.69.0/vertexai.language_models.GroundingSource)\n- [1.68.0](/python/docs/reference/vertexai/1.68.0/vertexai.language_models.GroundingSource)\n- [1.67.1](/python/docs/reference/vertexai/1.67.1/vertexai.language_models.GroundingSource)\n- [1.66.0](/python/docs/reference/vertexai/1.66.0/vertexai.language_models.GroundingSource)\n- [1.65.0](/python/docs/reference/vertexai/1.65.0/vertexai.language_models.GroundingSource)\n- [1.63.0](/python/docs/reference/vertexai/1.63.0/vertexai.language_models.GroundingSource)\n- [1.62.0](/python/docs/reference/vertexai/1.62.0/vertexai.language_models.GroundingSource)\n- [1.60.0](/python/docs/reference/vertexai/1.60.0/vertexai.language_models.GroundingSource)\n- [1.59.0](/python/docs/reference/vertexai/1.59.0/vertexai.language_models.GroundingSource) \n\n GroundingSource()\n\nAPI documentation for `GroundingSource` class.\n\nClasses\n-------\n\n### InlineContext\n\n InlineContext(inline_context: str)\n\nInlineContext represents a grounding source using provided inline context.\n.. attribute:: inline_context\n\nThe content used as inline context.\n\n:type: str\n\n### VertexAISearch\n\n VertexAISearch(\n data_store_id: str,\n location: str,\n project: typing.Optional[str] = None,\n disable_attribution: bool = False,\n )\n\nVertexAISearchDatastore represents a grounding source using Vertex AI Search datastore\n.. attribute:: data_store_id\n\nData store ID of the Vertex AI Search datastore.\n\n:type: str\n\n### WebSearch\n\n WebSearch(disable_attribution: bool = False)\n\nWebSearch represents a grounding source using public web search.\n.. attribute:: disable_attribution\n\nIf set to `True`, skip finding claim attributions (i.e not generate grounding citation). Default: False.\n\n:type: bool"]]