class Google::Apis::PredictionV1_6::Analyze::DataDescription::Feature::Categorical::Value
Attributes
count[RW]
Number of times this feature had this value. Corresponds to the JSON property `count` @return [String]
value[RW]
The category name. Corresponds to the JSON property `value` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/prediction_v1_6/classes.rb, line 171 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/prediction_v1_6/classes.rb, line 176 def update!(**args) @count = args[:count] if args.key?(:count) @value = args[:value] if args.key?(:value) end