GoogleCloudMlV1ReplicaConfig constructor
GoogleCloudMlV1ReplicaConfig({
- GoogleCloudMlV1AcceleratorConfig? acceleratorConfig,
- List<
String> ? containerArgs, - List<
String> ? containerCommand, - GoogleCloudMlV1DiskConfig? diskConfig,
- String? imageUri,
- String? tpuTfVersion,
Implementation
GoogleCloudMlV1ReplicaConfig({
this.acceleratorConfig,
this.containerArgs,
this.containerCommand,
this.diskConfig,
this.imageUri,
this.tpuTfVersion,
});