class Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1FeatureMapFloatList

A list of float features.

Attributes

value[RW]

Float feature value. Corresponds to the JSON property `value` @return [Array<Float>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 518
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 523
def update!(**args)
  @value = args[:value] if args.key?(:value)
end