Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplateDefaultContainerEnvironment
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplateDefaultContainerEnvironment
- 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
The default sandbox runtime environment for default container workloads.
Instance Attribute Summary collapse
-
#default_container_category ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplateDefaultContainerEnvironment
constructor
A new instance of GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplateDefaultContainerEnvironment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplateDefaultContainerEnvironment
Returns a new instance of GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplateDefaultContainerEnvironment.
42232 42233 42234 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 42232 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
42230 42231 42232 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 42230 def default_container_category @default_container_category end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42237 42238 42239 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 42237 def update!(**args) @default_container_category = args[:default_container_category] if args.key?(:default_container_category) end |