Class: Google::Apis::AiplatformV1beta1::GenaiListValue

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

ListValue is a wrapper around a repeated field of values.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiListValue

Returns a new instance of GenaiListValue.



808
809
810
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 808

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valuesArray<Google::Apis::AiplatformV1beta1::GenaiValue>

Repeated field of dynamically typed values. Corresponds to the JSON property values



806
807
808
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 806

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



813
814
815
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 813

def update!(**args)
  @values = args[:values] if args.key?(:values)
end