We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fad14 commit 4129cd8Copy full SHA for 4129cd8
1 file changed
google/cloud/aiplatform/v1beta1/machine_resources.proto
@@ -58,6 +58,13 @@ message MachineSpec {
58
// available from GKE. (Example: tpu_topology: "2x2x1").
59
string tpu_topology = 4 [(google.api.field_behavior) = IMMUTABLE];
60
61
+ // Optional. Immutable. The number of nodes per replica for multihost GPU
62
+ // deployments.
63
+ int32 multihost_gpu_node_count = 6 [
64
+ (google.api.field_behavior) = IMMUTABLE,
65
+ (google.api.field_behavior) = OPTIONAL
66
+ ];
67
+
68
// Optional. Immutable. Configuration controlling how this resource pool
69
// consumes reservation.
70
ReservationAffinity reservation_affinity = 5 [
0 commit comments