View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DiskSpec (google_api_ai_platform v0.13.0)

Represents the spec 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.AIPlatform.V1.Model.GoogleCloudAiplatformV1DiskSpec{
  bootDiskSizeGb: integer() | nil,
  bootDiskType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.