public sealed class NotebookSoftwareConfig : IMessage<NotebookSoftwareConfig>, IEquatable<NotebookSoftwareConfig>, IDeepCloneable<NotebookSoftwareConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class NotebookSoftwareConfig.
Notebook Software Config.
Implements
IMessageNotebookSoftwareConfig, IEquatableNotebookSoftwareConfig, IDeepCloneableNotebookSoftwareConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |