installGpuDrivers property
Set this field true if users want Batch to help fetch drivers from a third party location and install them for GPUs specified in policy.accelerators or instance_template on their behalf. Default is false.
Implementation
@$pb.TagNumber(3)
$core.bool get installGpuDrivers => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set installGpuDrivers($core.bool v) {
$_setBool(2, v);
}