installGpuDrivers property

  1. @TagNumber(3)
bool get installGpuDrivers

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);
  1. @TagNumber(3)
set installGpuDrivers (bool v)

Implementation

@$pb.TagNumber(3)
set installGpuDrivers($core.bool v) { $_setBool(2, v); }