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.



4254
4255
4256
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4254

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



4252
4253
4254
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4252

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4259
4260
4261
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4259

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