View Source GoogleApi.Notebooks.V2.Model.SupportedValues (google_api_notebooks v0.14.3)

SupportedValues represents the values supported by the configuration.

Attributes

  • acceleratorTypes (type: list(String.t), default: nil) - Output only. The accelerator types supported by WbI.
  • machineTypes (type: list(String.t), default: nil) - Output only. The machine types supported by WbI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V2.Model.SupportedValues{
  acceleratorTypes: [String.t()] | nil,
  machineTypes: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.