Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores
- 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
Contains the evaluation scores for the target metrics to optimize.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores
Returns a new instance of GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScores.
7402 7403 7404 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7402 def initialize(**args) update!(**args) end |
Instance Attribute Details
#scores ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlphaEvolveEvaluationScoresAlphaEvolveEvaluationScore>
Required. List of evaluation scores.
Corresponds to the JSON property scores
7400 7401 7402 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7400 def scores @scores end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7407 7408 7409 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7407 def update!(**args) @scores = args[:scores] if args.key?(:scores) end |