Class SampleQuery (0.12.3)

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

Sample Query captures metadata to be used for evaluation.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
query_entry google.cloud.discoveryengine_v1alpha.types.SampleQuery.QueryEntry
The query entry. This field is a member of oneof_ content.
name str
Identifier. The full resource name of the sample query, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp the SampleQuery was created at.

Classes

QueryEntry

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

Query Entry captures metadata to be used for search evaluation.