You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-tpu/v2alpha1/2.0.0/com/google/api/services/tpu/v2alpha1/model/MultiNodeParams.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,13 @@ public final class MultiNodeParams extends com.google.api.client.json.GenericJso
48
48
@com.google.api.client.util.Key
49
49
privatejava.lang.StringnodeIdPrefix;
50
50
51
+
/**
52
+
* Optional. The workload type for the multi-node request.
53
+
* The value may be {@code null}.
54
+
*/
55
+
@com.google.api.client.util.Key
56
+
privatejava.lang.StringworkloadType;
57
+
51
58
/**
52
59
* Required. Number of nodes with this spec. The system will attempt to provison "node_count"
53
60
* nodes as part of the request. This needs to be > 1.
@@ -88,6 +95,23 @@ public MultiNodeParams setNodeIdPrefix(java.lang.String nodeIdPrefix) {
88
95
returnthis;
89
96
}
90
97
98
+
/**
99
+
* Optional. The workload type for the multi-node request.
100
+
* @return value or {@code null} for none
101
+
*/
102
+
publicjava.lang.StringgetWorkloadType() {
103
+
returnworkloadType;
104
+
}
105
+
106
+
/**
107
+
* Optional. The workload type for the multi-node request.
108
+
* @param workloadType workloadType or {@code null} for none
0 commit comments