Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecuteCodeRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecuteCodeRequest
- 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
Request message for SandboxEnvironmentExecutionService.ExecuteCode.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExecuteCodeRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1ExecuteCodeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExecuteCodeRequest
Returns a new instance of GoogleCloudAiplatformV1beta1ExecuteCodeRequest.
21147 21148 21149 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21147 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inputs ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk>
Required. The inputs used for the stateless code execution.
Corresponds to the JSON property inputs
21145 21146 21147 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21145 def inputs @inputs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21152 21153 21154 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21152 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) end |