Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight
- 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
A single evaluation insight.
Instance Attribute Summary collapse
-
#label ⇒ String
Optional.
-
#text ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight
Returns a new instance of GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationInsightsAlphaEvolveEvaluationInsight.
7372 7373 7374 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7372 def initialize(**args) update!(**args) end |
Instance Attribute Details
#label ⇒ String
Optional. Label of the insight.
Corresponds to the JSON property label
7365 7366 7367 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7365 def label @label end |
#text ⇒ String
Optional. Text of the insight.
Corresponds to the JSON property text
7370 7371 7372 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7370 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7377 7378 7379 7380 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7377 def update!(**args) @label = args[:label] if args.key?(:label) @text = args[:text] if args.key?(:text) end |