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:
Google APIs 2025-12-01 16:06:55 -08:00 committed by Copybara-Service
parent 586e752d59
commit b9ef377f52

View file

@ -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