Vertex AI v1 API - Class NotebookSoftwareConfig (3.38.0)

public sealed class NotebookSoftwareConfig : IMessage<NotebookSoftwareConfig>, IEquatable<NotebookSoftwareConfig>, IDeepCloneable<NotebookSoftwareConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class NotebookSoftwareConfig.

Notebook Software Config. This is passed to the backend when user makes software configurations in UI.

Inheritance

object > NotebookSoftwareConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

NotebookSoftwareConfig()

public NotebookSoftwareConfig()

NotebookSoftwareConfig(NotebookSoftwareConfig)

public NotebookSoftwareConfig(NotebookSoftwareConfig other)
Parameter
Name Description
other NotebookSoftwareConfig

Properties

ColabImage

public ColabImage ColabImage { get; set; }

Optional. Google-managed NotebookRuntime colab image.

Property Value
Type Description
ColabImage

Env

public RepeatedField<EnvVar> Env { get; }

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

Property Value
Type Description
RepeatedFieldEnvVar

PostStartupScriptConfig

public PostStartupScriptConfig PostStartupScriptConfig { get; set; }

Optional. Post startup script config.

Property Value
Type Description
PostStartupScriptConfig

RuntimeImageCase

public NotebookSoftwareConfig.RuntimeImageOneofCase RuntimeImageCase { get; }
Property Value
Type Description
NotebookSoftwareConfigRuntimeImageOneofCase