class Google::Apis::MlV1::GoogleCloudMlV1ListTrialsResponse
The response message for the ListTrials method.
Attributes
trials[RW]
The trials associated with the study. 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 1590 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 1595 def update!(**args) @trials = args[:trials] if args.key?(:trials) end