RecommendationResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
RecommendationResult represents a generic recommendation result with associated metadata.
Attributes |
|
---|---|
Name | Description |
id |
str
Resource ID of the recommended Document. |
document |
google.cloud.discoveryengine_v1beta.types.Document
Set if returnDocument is set to true in
RecommendRequest.params.
|
metadata |
MutableMapping[str, google.protobuf.struct_pb2.Value]
Additional Document metadata or annotations. Possible values: - score : Recommendation score in double value. Is set
if returnScore is set to true in
RecommendRequest.params.
|
Classes
MetadataEntry
MetadataEntry(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 |