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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `NotebookIdleShutdownConfig` class, part of the Cloud AI Platform v1beta1 API, configures idle shutdown settings for NotebookRuntimeTemplate."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Protobuf ecosystem."],["It provides two constructors for object creation: a default constructor and one that takes another `NotebookIdleShutdownConfig` object as a parameter."],["The `IdleShutdownDisabled` property allows for toggling the idle shutdown feature on or off, returning a boolean value, and `IdleTimeout` property sets the idle timeout duration, returning a `Duration` object type."]]],[]]