GoogleApi.Notebooks.V1.Model.SwitchRuntimeRequest (google_api_notebooks v0.16.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.