public sealed class InstanceConfig : IMessage<InstanceConfig>, IEquatable<InstanceConfig>, IDeepCloneable<InstanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class InstanceConfig.
Notebook instance configurations that can be updated.
Implements
IMessageInstanceConfig, IEquatableInstanceConfig, IDeepCloneableInstanceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
InstanceConfig()
public InstanceConfig()
InstanceConfig(InstanceConfig)
public InstanceConfig(InstanceConfig other)
Parameter | |
---|---|
Name | Description |
other |
InstanceConfig |
Properties
EnableHealthMonitoring
public bool EnableHealthMonitoring { get; set; }
Verifies core internal services are running.
Property Value | |
---|---|
Type | Description |
bool |
NotebookUpgradeSchedule
public string NotebookUpgradeSchedule { get; set; }
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
Property Value | |
---|---|
Type | Description |
string |