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-03-25 UTC."],[[["This documentation is for the `NotebookIdleShutdownConfig` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["The `NotebookIdleShutdownConfig` class manages the idle shutdown settings for a NotebookRuntimeTemplate, primarily focusing on the `idle_timeout`."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the class include `IdleShutdownDisabled`, a boolean indicating whether idle shutdown is disabled, and `IdleTimeout`, which defines the duration of inactivity before shutdown."],["The class is located in the `Google.Cloud.AIPlatform.V1Beta1` namespace within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]