File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -287,8 +287,6 @@ message AllocationPolicy {
287
287
// The number of accelerators of this type.
288
288
int64 count = 2 ;
289
289
290
- // When true, Batch will install the GPU drivers.
291
- // This field will be ignored if specified.
292
290
bool install_gpu_drivers = 3 [deprecated = true ];
293
291
}
294
292
Original file line number Diff line number Diff line change @@ -342,8 +342,6 @@ message AllocationPolicy {
342
342
// The number of accelerators of this type.
343
343
int64 count = 2 ;
344
344
345
- // When true, Batch will install the GPU drivers.
346
- // This field will be ignored if specified.
347
345
bool install_gpu_drivers = 3 [deprecated = true ];
348
346
}
349
347
@@ -454,7 +452,7 @@ message AllocationPolicy {
454
452
repeated ProvisioningModel provisioning_models = 4 [deprecated = true ];
455
453
456
454
// Email of the service account that VMs will run as.
457
- string service_account_email = 5 ;
455
+ string service_account_email = 5 [ deprecated = true ] ;
458
456
459
457
// Service account that VMs will run as.
460
458
// Not yet implemented.
You can’t perform that action at this time.
0 commit comments