EvaluationSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes the specification of the evaluation.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
search_request |
google.cloud.discoveryengine_v1beta.types.SearchRequest
Required. The search request that is used to perform the evaluation. Only the following fields within SearchRequest are supported; if any other fields are provided, an UNSUPPORTED error will be returned: - SearchRequest.serving_config - SearchRequest.branch - SearchRequest.canonical_filter - SearchRequest.query_expansion_spec - SearchRequest.spell_correction_spec - SearchRequest.content_search_spec - SearchRequest.user_pseudo_id This field is a member of oneof _ search_spec .
|
query_set_spec |
google.cloud.discoveryengine_v1beta.types.Evaluation.EvaluationSpec.QuerySetSpec
Required. The specification of the query set. |
Classes
QuerySetSpec
QuerySetSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes the specification of the query set.