Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Evaluation::EvaluationSpec::QuerySetSpec.
Describes the specification of the query set.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#sample_query_set
def sample_query_set() -> ::String
Returns
-
(::String) — Required. The full resource name of the
SampleQuerySet
used for the evaluation, in the format of
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}
.
#sample_query_set=
def sample_query_set=(value) -> ::String
Parameter
-
value (::String) — Required. The full resource name of the
SampleQuerySet
used for the evaluation, in the format of
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}
.
Returns
-
(::String) — Required. The full resource name of the
SampleQuerySet
used for the evaluation, in the format of
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}
.