Class InstanceConfig
Notebook instance configurations that can be updated.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class InstanceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableHealthMonitoring
Verifies core internal services are running.
Declaration
[JsonProperty("enableHealthMonitoring")]
public virtual bool? EnableHealthMonitoring { get; set; }
Property Value
Type | Description |
---|---|
bool? |
NotebookUpgradeSchedule
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
Declaration
[JsonProperty("notebookUpgradeSchedule")]
public virtual string NotebookUpgradeSchedule { get; set; }
Property Value
Type | Description |
---|---|
string |