Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec
- 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) ⇒ 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.
7001 7002 7003 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7001 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`
6999 7000 7001 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 6999 def sample_query_set @sample_query_set end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7006 7007 7008 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 7006 def update!(**args) @sample_query_set = args[:sample_query_set] if args.key?(:sample_query_set) end |