Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::NotebookSoftwareConfig.
Notebook Software Config. This is passed to the backend when user makes software configurations in UI.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#colab_image
def colab_image() -> ::Google::Cloud::AIPlatform::V1::ColabImage
Returns
- (::Google::Cloud::AIPlatform::V1::ColabImage) — Optional. Google-managed NotebookRuntime colab image.
#colab_image=
def colab_image=(value) -> ::Google::Cloud::AIPlatform::V1::ColabImage
Parameter
- value (::Google::Cloud::AIPlatform::V1::ColabImage) — Optional. Google-managed NotebookRuntime colab image.
Returns
- (::Google::Cloud::AIPlatform::V1::ColabImage) — Optional. Google-managed NotebookRuntime colab image.
#env
def env() -> ::Array<::Google::Cloud::AIPlatform::V1::EnvVar>
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::EnvVar>) — Optional. Environment variables to be passed to the container. Maximum limit is 100.
#env=
def env=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::EnvVar>
Parameter
- value (::Array<::Google::Cloud::AIPlatform::V1::EnvVar>) — Optional. Environment variables to be passed to the container. Maximum limit is 100.
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::EnvVar>) — Optional. Environment variables to be passed to the container. Maximum limit is 100.
#post_startup_script_config
def post_startup_script_config() -> ::Google::Cloud::AIPlatform::V1::PostStartupScriptConfig
Returns
- (::Google::Cloud::AIPlatform::V1::PostStartupScriptConfig) — Optional. Post startup script config.
#post_startup_script_config=
def post_startup_script_config=(value) -> ::Google::Cloud::AIPlatform::V1::PostStartupScriptConfig
Parameter
- value (::Google::Cloud::AIPlatform::V1::PostStartupScriptConfig) — Optional. Post startup script config.
Returns
- (::Google::Cloud::AIPlatform::V1::PostStartupScriptConfig) — Optional. Post startup script config.