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. This is passed to the backend when user makes software configurations in UI.
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
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; }
Property Value | |
---|---|
Type | Description |
PostStartupScriptConfig |
RuntimeImageCase
public NotebookSoftwareConfig.RuntimeImageOneofCase RuntimeImageCase { get; }
Property Value | |
---|---|
Type | Description |
NotebookSoftwareConfigRuntimeImageOneofCase |