From b9ef377f528dc6b8a1d8b6cfafdfbb28820cdcf4 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 1 Dec 2025 16:06:55 -0800 Subject: [PATCH] feat: A new field `min_gpu_driver_version` is added to message `.google.cloud.aiplatform.v1beta1.MachineSpec` PiperOrigin-RevId: 838969898 --- google/cloud/aiplatform/v1beta1/machine_resources.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/google/cloud/aiplatform/v1beta1/machine_resources.proto b/google/cloud/aiplatform/v1beta1/machine_resources.proto index 3b3774b6da..92d7eb00af 100644 --- a/google/cloud/aiplatform/v1beta1/machine_resources.proto +++ b/google/cloud/aiplatform/v1beta1/machine_resources.proto @@ -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