Vertex AI v1 API - Class NotebookSoftwareConfig (3.18.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.

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

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