GoogleCloudAiplatformV1PersistentDiskSpec constructor

GoogleCloudAiplatformV1PersistentDiskSpec({
  1. String? diskSizeGb,
  2. String? diskType,
})

Implementation

GoogleCloudAiplatformV1PersistentDiskSpec({
  this.diskSizeGb,
  this.diskType,
});