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.



3809
3810
3811
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3809

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



3807
3808
3809
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3807

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3814
3815
3816
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3814

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