GoogleCloudMlV1ReplicaConfig constructor

GoogleCloudMlV1ReplicaConfig({
  1. GoogleCloudMlV1AcceleratorConfig? acceleratorConfig,
  2. List<String>? containerArgs,
  3. List<String>? containerCommand,
  4. GoogleCloudMlV1DiskConfig? diskConfig,
  5. String? imageUri,
  6. String? tpuTfVersion,
})

Implementation

GoogleCloudMlV1ReplicaConfig({
  this.acceleratorConfig,
  this.containerArgs,
  this.containerCommand,
  this.diskConfig,
  this.imageUri,
  this.tpuTfVersion,
});