Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb

Overview

Describes the specification of the evaluation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec

Returns a new instance of GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec.



14573
14574
14575
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14573

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

Instance Attribute Details

#query_set_specGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec

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



14566
14567
14568
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14566

def query_set_spec
  @query_set_spec
end

#search_requestGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequest

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



14571
14572
14573
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14571

def search_request
  @search_request
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14578
14579
14580
14581
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14578

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