Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Describes the specification of the evaluation.
Instance Attribute Summary collapse
-
#query_set_spec ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec
Describes the specification of the query set.
-
#search_request ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequest
Request message for SearchService.Search method.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec
constructor
A new instance of GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec
Returns a new instance of GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec.
18781 18782 18783 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 18781 def initialize(**args) update!(**args) end |
Instance Attribute Details
#query_set_spec ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec
Describes the specification of the query set.
Corresponds to the JSON property querySetSpec
18774 18775 18776 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 18774 def query_set_spec @query_set_spec end |
#search_request ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequest
Request message for SearchService.Search method.
Corresponds to the JSON property searchRequest
18779 18780 18781 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 18779 def search_request @search_request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18786 18787 18788 18789 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 18786 def update!(**args) @query_set_spec = args[:query_set_spec] if args.key?(:query_set_spec) @search_request = args[:search_request] if args.key?(:search_request) end |