GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DiskSpec (google_api_ai_platform v0.27.0)

View Source

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. For non-A3U machines, the default value is "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced". Valid values: "pd-ssd" (Persistent Disk Solid State Drive), "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.