View Source GoogleApi.Notebooks.V1.Model.InstanceConfig (google_api_notebooks v0.11.0)

Notebook instance configurations that can be updated.

Attributes

  • enableHealthMonitoring (type: boolean(), default: nil) - Verifies core internal services are running.
  • notebookUpgradeSchedule (type: String.t, default: nil) - Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.InstanceConfig{
  enableHealthMonitoring: boolean() | nil,
  notebookUpgradeSchedule: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.