Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec
- 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 query set.
Instance Attribute Summary collapse
-
#sample_query_set ⇒ String
Optional.
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.
25324 25325 25326 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 25324 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sample_query_set ⇒ String
Optional. 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 propertysampleQuerySet`
25322 25323 25324 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 25322 def sample_query_set @sample_query_set end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25329 25330 25331 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 25329 def update!(**args) @sample_query_set = args[:sample_query_set] if args.key?(:sample_query_set) end |