Class InlineSource (0.12.3)

InlineSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message to be used for grounding based on inline content.

Attributes

Name Description
grounding_facts MutableSequence[google.cloud.discoveryengine_v1.types.GroundingFact]
List of facts to be used for grounding.
attributes MutableMapping[str, str]
Attributes associated with the content. Common attributes include source (indicating where the content was sourced from) and author (indicating the author of the content).

Classes

AttributesEntry

AttributesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.