Show / Hide Table of Contents

Class InstanceConfig

Notebook instance configurations that can be updated.

Inheritance
object
InstanceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX