class Google::Apis::MlV1::GoogleCloudMlV1AddTrialMeasurementRequest
The request message for the AddTrialMeasurement service method.
Attributes
measurement[RW]
A message representing a measurement. Corresponds to the JSON property `measurement` @return [Google::Apis::MlV1::GoogleCloudMlV1Measurement]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/ml_v1/classes.rb, line 503 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 508 def update!(**args) @measurement = args[:measurement] if args.key?(:measurement) end