Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExecuteCodeResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExecuteCodeResponse
- 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
Response message for SandboxEnvironmentExecutionService.ExecuteCode.
Instance Attribute Summary collapse
-
#outputs ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk>
The outputs from the sandbox environment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ExecuteCodeResponse
constructor
A new instance of GoogleCloudAiplatformV1ExecuteCodeResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ExecuteCodeResponse
Returns a new instance of GoogleCloudAiplatformV1ExecuteCodeResponse.
11669 11670 11671 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11669 def initialize(**args) update!(**args) end |
Instance Attribute Details
#outputs ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk>
The outputs from the sandbox environment.
Corresponds to the JSON property outputs
11667 11668 11669 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11667 def outputs @outputs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11674 11675 11676 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11674 def update!(**args) @outputs = args[:outputs] if args.key?(:outputs) end |