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.
11461 11462 11463 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11461 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
11459 11460 11461 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11459 def outputs @outputs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11466 11467 11468 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11466 def update!(**args) @outputs = args[:outputs] if args.key?(:outputs) end |