Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/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) ⇒ GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec
constructor
A new instance of GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec
Returns a new instance of GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec.
15075 15076 15077 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 15075 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`
15073 15074 15075 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 15073 def sample_query_set @sample_query_set end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15080 15081 15082 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 15080 def update!(**args) @sample_query_set = args[:sample_query_set] if args.key?(:sample_query_set) end |