Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpec

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpec

Returns a new instance of GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpec.



12009
12010
12011
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12009

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#query_set_specGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec

Describes the specification of the query set. Corresponds to the JSON property querySetSpec



12002
12003
12004
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12002

def query_set_spec
  @query_set_spec
end

#search_requestGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequest

Request message for SearchService.Search method. Corresponds to the JSON property searchRequest



12007
12008
12009
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12007

def search_request
  @search_request
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12014
12015
12016
12017
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12014

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