public sealed class DiskSpec : IMessage<DiskSpec>, IEquatable<DiskSpec>, IDeepCloneable<DiskSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DiskSpec.
Represents the spec of disk options.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DiskSpec()
public DiskSpec()DiskSpec(DiskSpec)
public DiskSpec(DiskSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
DiskSpec |
Properties
BootDiskSizeGb
public int BootDiskSizeGb { get; set; }Size in GB of the boot disk (default is 100GB).
| Property Value | |
|---|---|
| Type | Description |
int |
|
BootDiskType
public string BootDiskType { get; set; }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".
| Property Value | |
|---|---|
| Type | Description |
string |
|