class Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec
Represents the spec to match integer values from parent parameter.
Attributes
values[RW]
Matches values of the parent parameter with type 'INTEGER'. All values must lie in `integer_value_spec` of parent parameter. Corresponds to the JSON property `values` @return [Array<Fixnum>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/ml_v1/classes.rb, line 312 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 317 def update!(**args) @values = args[:values] if args.key?(:values) end