CheckGroundingRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for GroundedGenerationService.CheckGrounding method.
Attributes |
|
---|---|
Name | Description |
grounding_config |
str
Required. The resource name of the grounding config, such as projects/*/locations/global/groundingConfigs/default_grounding_config .
|
answer_candidate |
str
Answer candidate to check. Can have a maximum length of 1024 characters. |
facts |
MutableSequence[google.cloud.discoveryengine_v1alpha.types.GroundingFact]
List of facts for the grounding check. We support up to 200 facts. |
grounding_spec |
google.cloud.discoveryengine_v1alpha.types.CheckGroundingSpec
Configuration of the grounding check. |
user_labels |
MutableMapping[str, str]
The user labels applied to a resource must meet the following requirements: - Each resource can have multiple labels, up to a maximum of 64. - Each label must be a key-value pair. - Keys have a minimum length of 1 character and a maximum length of 63 characters and cannot be empty. Values can be empty and have a maximum length of 63 characters. - Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. All characters must use UTF-8 encoding, and international characters are allowed. - The key portion of a label must be unique. However, you can use the same key with multiple resources. - Keys must start with a lowercase letter or international character. See `Google Cloud Document |
Classes
UserLabelsEntry
UserLabelsEntry(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,
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 |