mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
feat: A new field min_gpu_driver_version is added to message .google.cloud.aiplatform.v1beta1.MachineSpec
PiperOrigin-RevId: 838969898
This commit is contained in:
parent
586e752d59
commit
b9ef377f52
1 changed files with 8 additions and 0 deletions
|
|
@ -91,6 +91,14 @@ message MachineSpec {
|
|||
(google.api.field_behavior) = IMMUTABLE,
|
||||
(google.api.field_behavior) = OPTIONAL
|
||||
];
|
||||
|
||||
// Optional. Immutable. The minimum GPU driver version that this machine
|
||||
// requires. For example, "535.104.06". If not specified, the default GPU
|
||||
// driver version will be used by the underlying infrastructure.
|
||||
string min_gpu_driver_version = 9 [
|
||||
(google.api.field_behavior) = OPTIONAL,
|
||||
(google.api.field_behavior) = IMMUTABLE
|
||||
];
|
||||
}
|
||||
|
||||
// A description of resources that are dedicated to a DeployedModel or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue