class Google::Apis::PredictionV1_6::Analyze::DataDescription::OutputFeature::Text
Attributes
count[RW]
Number of times the output label occurred in the data set. Corresponds to the JSON property `count` @return [String]
value[RW]
The output label. 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 303 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 308 def update!(**args) @count = args[:count] if args.key?(:count) @value = args[:value] if args.key?(:value) end