Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment
- 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
The default sandbox runtime environment for default container workloads.
Instance Attribute Summary collapse
-
#default_container_category ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment
constructor
A new instance of GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment
Returns a new instance of GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment.
34634 34635 34636 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34634 def initialize(**args) update!(**args) end |
Instance Attribute Details
#default_container_category ⇒ String
Required. The category of the default container image.
Corresponds to the JSON property defaultContainerCategory
34632 34633 34634 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34632 def default_container_category @default_container_category end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34639 34640 34641 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34639 def update!(**args) @default_container_category = args[:default_container_category] if args.key?(:default_container_category) end |