Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec
- 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 query set.
Instance Attribute Summary collapse
-
#sample_query_set ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec
Returns a new instance of GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec.
12031 12032 12033 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12031 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sample_query_set ⇒ String
Required. The full resource name of the SampleQuerySet used for the evaluation,
in the format of projects/
project/locations/
location/sampleQuerySets/
sampleQuerySet`.
Corresponds to the JSON property
sampleQuerySet`
12029 12030 12031 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12029 def sample_query_set @sample_query_set end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12036 12037 12038 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 12036 def update!(**args) @sample_query_set = args[:sample_query_set] if args.key?(:sample_query_set) end |