GoogleCloudMlV1AcceleratorConfig constructor

GoogleCloudMlV1AcceleratorConfig({
  1. String? count,
  2. String? type,
})

Implementation

GoogleCloudMlV1AcceleratorConfig({
  this.count,
  this.type,
});