GoogleCloudMlV1Capability constructor

GoogleCloudMlV1Capability({
  1. List<String>? availableAccelerators,
  2. String? type,
})

Implementation

GoogleCloudMlV1Capability({
  this.availableAccelerators,
  this.type,
});