Cloud AI Platform v1 API - Class DiskSpec (2.27.0)

public sealed class DiskSpec : IMessage<DiskSpec>, IEquatable<DiskSpec>, IDeepCloneable<DiskSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class DiskSpec.

Represents the spec of disk options.

Inheritance

object > DiskSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DiskSpec()

public DiskSpec()

DiskSpec(DiskSpec)

public DiskSpec(DiskSpec other)
Parameter
NameDescription
otherDiskSpec

Properties

BootDiskSizeGb

public int BootDiskSizeGb { get; set; }

Size in GB of the boot disk (default is 100GB).

Property Value
TypeDescription
int

BootDiskType

public string BootDiskType { get; set; }

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).

Property Value
TypeDescription
string