File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -287,8 +287,6 @@ message AllocationPolicy {
287287 // The number of accelerators of this type.
288288 int64 count = 2 ;
289289
290- // When true, Batch will install the GPU drivers.
291- // This field will be ignored if specified.
292290 bool install_gpu_drivers = 3 [deprecated = true ];
293291 }
294292
Original file line number Diff line number Diff line change @@ -342,8 +342,6 @@ message AllocationPolicy {
342342 // The number of accelerators of this type.
343343 int64 count = 2 ;
344344
345- // When true, Batch will install the GPU drivers.
346- // This field will be ignored if specified.
347345 bool install_gpu_drivers = 3 [deprecated = true ];
348346 }
349347
@@ -454,7 +452,7 @@ message AllocationPolicy {
454452 repeated ProvisioningModel provisioning_models = 4 [deprecated = true ];
455453
456454 // Email of the service account that VMs will run as.
457- string service_account_email = 5 ;
455+ string service_account_email = 5 [ deprecated = true ] ;
458456
459457 // Service account that VMs will run as.
460458 // Not yet implemented.
You can’t perform that action at this time.
0 commit comments