Skip to content

Commit b9ef377

Browse files
Google APIscopybara-github
authored andcommitted
feat: A new field min_gpu_driver_version is added to message .google.cloud.aiplatform.v1beta1.MachineSpec
PiperOrigin-RevId: 838969898
1 parent 586e752 commit b9ef377

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

google/cloud/aiplatform/v1beta1/machine_resources.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ message MachineSpec {
9191
(google.api.field_behavior) = IMMUTABLE,
9292
(google.api.field_behavior) = OPTIONAL
9393
];
94+
95+
// Optional. Immutable. The minimum GPU driver version that this machine
96+
// requires. For example, "535.104.06". If not specified, the default GPU
97+
// driver version will be used by the underlying infrastructure.
98+
string min_gpu_driver_version = 9 [
99+
(google.api.field_behavior) = OPTIONAL,
100+
(google.api.field_behavior) = IMMUTABLE
101+
];
94102
}
95103

96104
// A description of resources that are dedicated to a DeployedModel or

0 commit comments

Comments
 (0)