Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExecuteCodeRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExecuteCodeRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Request message for SandboxEnvironmentExecutionService.ExecuteCode.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ExecuteCodeRequest
constructor
A new instance of GoogleCloudAiplatformV1ExecuteCodeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ExecuteCodeRequest
Returns a new instance of GoogleCloudAiplatformV1ExecuteCodeRequest.
10526 10527 10528 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10526 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inputs ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk>
Required. The inputs used for the stateless code execution.
Corresponds to the JSON property inputs
10524 10525 10526 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10524 def inputs @inputs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10531 10532 10533 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10531 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) end |