Class: Google::Cloud::DiscoveryEngine::V1beta::Evaluation::EvaluationSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Evaluation::EvaluationSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/evaluation.rb
Overview
Describes the specification of the evaluation.
Defined Under Namespace
Classes: QuerySetSpec
Instance Attribute Summary collapse
-
#query_set_spec ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Evaluation::EvaluationSpec::QuerySetSpec
Required.
-
#search_request ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest
Required.
Instance Attribute Details
#query_set_spec ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Evaluation::EvaluationSpec::QuerySetSpec
Returns Required. The specification of the query set.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/evaluation.rb', line 86 class EvaluationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Describes the specification of the query set. # @!attribute [rw] sample_query_set # @return [::String] # Required. The full resource name of the # {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet SampleQuerySet} # used for the evaluation, in the format of # `projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}`. class QuerySetSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#search_request ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest
Returns 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:
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/evaluation.rb', line 86 class EvaluationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Describes the specification of the query set. # @!attribute [rw] sample_query_set # @return [::String] # Required. The full resource name of the # {::Google::Cloud::DiscoveryEngine::V1beta::SampleQuerySet SampleQuerySet} # used for the evaluation, in the format of # `projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}`. class QuerySetSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |