GoogleCloudMlV1DiskConfig constructor

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

Implementation

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