Class: Google::Cloud::AIPlatform::V1::NotebookSoftwareConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/notebook_software_config.rb

Overview

Notebook Software Config.

Instance Attribute Summary collapse

Instance Attribute Details

#env::Array<::Google::Cloud::AIPlatform::V1::EnvVar>

Returns Optional. Environment variables to be passed to the container. Maximum limit is 100.

Returns:



64
65
66
67
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_software_config.rb', line 64

class NotebookSoftwareConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#post_startup_script_config::Google::Cloud::AIPlatform::V1::PostStartupScriptConfig

Returns Optional. Post startup script config.

Returns:



64
65
66
67
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_software_config.rb', line 64

class NotebookSoftwareConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end