Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest
- 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.Execute.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest
constructor
A new instance of GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest
Returns a new instance of GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest.
11480 11481 11482 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11480 def initialize(**args) update!(**args) end |
Instance Attribute Details
#inputs ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk>
Required. The inputs to the sandbox environment.
Corresponds to the JSON property inputs
11478 11479 11480 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11478 def inputs @inputs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11485 11486 11487 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11485 def update!(**args) @inputs = args[:inputs] if args.key?(:inputs) end |