Class: Google::Cloud::AIPlatform::V1::NotebookSoftwareConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NotebookSoftwareConfig
- 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
-
#colab_image ⇒ ::Google::Cloud::AIPlatform::V1::ColabImage
Optional.
-
#env ⇒ ::Array<::Google::Cloud::AIPlatform::V1::EnvVar>
Optional.
-
#post_startup_script_config ⇒ ::Google::Cloud::AIPlatform::V1::PostStartupScriptConfig
Optional.
Instance Attribute Details
#colab_image ⇒ ::Google::Cloud::AIPlatform::V1::ColabImage
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>
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
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 |