View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_DiskConfig (google_api_machine_learning v0.28.1)

Represents the config of disk options.

Attributes

  • bootDiskSizeGb (type: integer(), default: nil) - Size in GB of the boot disk (default is 100GB).
  • bootDiskType (type: String.t, default: nil) - Type of the boot disk (default is "pd-ssd"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) or "pd-standard" (Persistent Disk Hard Disk Drive).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_DiskConfig{
  bootDiskSizeGb: integer() | nil,
  bootDiskType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.