Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1CodeExecutionCallContent

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

Code execution content.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiVertexV1beta1CodeExecutionCallContent

Returns a new instance of GenaiVertexV1beta1CodeExecutionCallContent.



1214
1215
1216
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1214

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

Instance Attribute Details

#argumentsGoogle::Apis::AiplatformV1beta1::GenaiVertexV1beta1CodeExecutionCallContentCodeExecutionCallArguments

The arguments to pass to the code execution. Corresponds to the JSON property arguments



1212
1213
1214
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1212

def arguments
  @arguments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1219
1220
1221
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1219

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