Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplateDefaultContainerEnvironment

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplateDefaultContainerEnvironment

Returns a new instance of GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplateDefaultContainerEnvironment.



42152
42153
42154
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 42152

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#default_container_categoryString

Required. The category of the default container image. Corresponds to the JSON property defaultContainerCategory

Returns:

  • (String)


42150
42151
42152
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 42150

def default_container_category
  @default_container_category
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42157
42158
42159
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 42157

def update!(**args)
  @default_container_category = args[:default_container_category] if args.key?(:default_container_category)
end