Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpec

Inherits:
Object
  • Object
show all
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 specification of a SandboxEnvironment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1SandboxEnvironmentSpec

Returns a new instance of GoogleCloudAiplatformV1SandboxEnvironmentSpec.



32715
32716
32717
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32715

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

Instance Attribute Details

#code_execution_environmentGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment

The code execution environment with customized settings. Corresponds to the JSON property codeExecutionEnvironment



32713
32714
32715
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32713

def code_execution_environment
  @code_execution_environment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32720
32721
32722
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32720

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