View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookIdleShutdownConfig (google_api_ai_platform v0.13.0)

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

Attributes

  • idleShutdownDisabled (type: boolean(), default: nil) - Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
  • idleTimeout (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookIdleShutdownConfig{
    idleShutdownDisabled: boolean() | nil,
    idleTimeout: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.