Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecuteCodeResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecuteCodeResponse
- 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
Response message for SandboxEnvironmentExecutionService.ExecuteCode.
Instance Attribute Summary collapse
-
#outputs ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk>
The outputs from the sandbox environment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExecuteCodeResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1ExecuteCodeResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExecuteCodeResponse
Returns a new instance of GoogleCloudAiplatformV1beta1ExecuteCodeResponse.
19450 19451 19452 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19450 def initialize(**args) update!(**args) end |
Instance Attribute Details
#outputs ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk>
The outputs from the sandbox environment.
Corresponds to the JSON property outputs
19448 19449 19450 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19448 def outputs @outputs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19455 19456 19457 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 19455 def update!(**args) @outputs = args[:outputs] if args.key?(:outputs) end |