class Google::Apis::MlV1::GoogleCloudMlV1ListOptimalTrialsResponse
The response message for the ListOptimalTrials method.
Attributes
trials[RW]
The pareto-optimal trials for multiple objective study or the optimal trial for single objective study. The definition of pareto-optimal can be checked in wiki page. en.wikipedia.org/wiki/Pareto_efficiency Corresponds to the JSON property `trials` @return [Array<Google::Apis::MlV1::GoogleCloudMlV1Trial>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/ml_v1/classes.rb, line 1552 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/ml_v1/classes.rb, line 1557 def update!(**args) @trials = args[:trials] if args.key?(:trials) end