Class GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig
The idle shutdown configuration of NotebookRuntimeTemplate, which contains the idle_timeout as required field.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig : 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 |