GoogleCloudAiplatformV1DiskSpec constructor

GoogleCloudAiplatformV1DiskSpec({
  1. int? bootDiskSizeGb,
  2. String? bootDiskType,
})

Implementation

GoogleCloudAiplatformV1DiskSpec({this.bootDiskSizeGb, this.bootDiskType});