Cloud AI Platform v1 API - Class NotebookIdleShutdownConfig (3.1.0)

public sealed class NotebookIdleShutdownConfig : IMessage<NotebookIdleShutdownConfig>, IEquatable<NotebookIdleShutdownConfig>, IDeepCloneable<NotebookIdleShutdownConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class NotebookIdleShutdownConfig.

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

Inheritance

object > NotebookIdleShutdownConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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