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

Represents the spec of persistent disk options.

Attributes

  • diskSizeGb (type: String.t, default: nil) - Size in GB of the disk (default is 100GB).
  • diskType (type: String.t, default: nil) - Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PersistentDiskSpec{
  diskSizeGb: String.t() | nil,
  diskType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.