Show / Hide Table of Contents

Class GoogleCloudAiplatformV1NotebookIdleShutdownConfig

The idle shutdown configuration of NotebookRuntimeTemplate, which contains the idle_timeout as required field.

Inheritance
object
GoogleCloudAiplatformV1NotebookIdleShutdownConfig
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1NotebookIdleShutdownConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IdleShutdownDisabled

Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.

Declaration
[JsonProperty("idleShutdownDisabled")]
public virtual bool? IdleShutdownDisabled { get; set; }
Property Value
Type Description
bool?

IdleTimeout

Required. Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.

Declaration
[JsonProperty("idleTimeout")]
public virtual object IdleTimeout { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX