View Source GoogleApi.Notebooks.V1.Model.SwitchRuntimeRequest (google_api_notebooks v0.14.3)

Request for switching a Managed Notebook Runtime.

Attributes

  • acceleratorConfig (type: GoogleApi.Notebooks.V1.Model.RuntimeAcceleratorConfig.t, default: nil) - accelerator config.
  • machineType (type: String.t, default: nil) - machine type.
  • requestId (type: String.t, default: nil) - Idempotent request UUID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.SwitchRuntimeRequest{
  acceleratorConfig:
    GoogleApi.Notebooks.V1.Model.RuntimeAcceleratorConfig.t() | nil,
  machineType: String.t() | nil,
  requestId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.