Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ListValue

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) ⇒ GenaiVertexV1beta1ListValue

Returns a new instance of GenaiVertexV1beta1ListValue.



3700
3701
3702
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3700

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

Instance Attribute Details

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

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



3698
3699
3700
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3698

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3705
3706
3707
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3705

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