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. This is passed to the backend when user makes software configurations in UI.

Instance Attribute Summary collapse

Instance Attribute Details

#colab_image::Google::Cloud::AIPlatform::V1::ColabImage

Returns Optional. Google-managed NotebookRuntime colab image.

Returns:



83
84
85
86
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_software_config.rb', line 83

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

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

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

Returns:



83
84
85
86
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_software_config.rb', line 83

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:



83
84
85
86
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_software_config.rb', line 83

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