Class RecommendationResult (0.11.11)

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

RecommendationResult represents a generic recommendation result with associated metadata.

Attributes

NameDescription
id str
Resource ID of the recommended Document.
document google.cloud.discoveryengine_v1.types.Document
Set if returnDocument is set to true in RecommendRequest.params.
metadata MutableMapping[str, google.protobuf.struct_pb2.Value]
Additional Document metadata / 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
NameDescription
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.