public sealed class NotebookIdleShutdownConfig : IMessage<NotebookIdleShutdownConfig>, IEquatable<NotebookIdleShutdownConfig>, IDeepCloneable<NotebookIdleShutdownConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class NotebookIdleShutdownConfig.
The idle shutdown configuration of NotebookRuntimeTemplate, which contains the idle_timeout as required field.
Implements
IMessageNotebookIdleShutdownConfig, IEquatableNotebookIdleShutdownConfig, IDeepCloneableNotebookIdleShutdownConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
NotebookIdleShutdownConfig()
public NotebookIdleShutdownConfig()
NotebookIdleShutdownConfig(NotebookIdleShutdownConfig)
public NotebookIdleShutdownConfig(NotebookIdleShutdownConfig other)
Parameter | |
---|---|
Name | Description |
other |
NotebookIdleShutdownConfig |
Properties
IdleShutdownDisabled
public bool IdleShutdownDisabled { get; set; }
Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
Property Value | |
---|---|
Type | Description |
bool |
IdleTimeout
public Duration IdleTimeout { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Duration |