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
{{ message }}
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -986,7 +986,7 @@ public com.google.protobuf.Parser<StatsAnomaliesObjective> getParserForType() {
Copy file name to clipboardExpand all lines: proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
Copy file name to clipboardExpand all lines: proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java
+44
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
98
98
* <code>NVIDIA_TESLA_A100 = 8;</code>
99
99
*/
100
100
NVIDIA_TESLA_A100(8),
101
+
/**
102
+
*
103
+
*
104
+
* <pre>
105
+
* TPU v2.
106
+
* </pre>
107
+
*
108
+
* <code>TPU_V2 = 6;</code>
109
+
*/
110
+
TPU_V2(6),
111
+
/**
112
+
*
113
+
*
114
+
* <pre>
115
+
* TPU v3.
116
+
* </pre>
117
+
*
118
+
* <code>TPU_V3 = 7;</code>
119
+
*/
120
+
TPU_V3(7),
101
121
UNRECOGNIZED(-1),
102
122
;
103
123
@@ -171,6 +191,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
171
191
* <code>NVIDIA_TESLA_A100 = 8;</code>
172
192
*/
173
193
publicstaticfinalintNVIDIA_TESLA_A100_VALUE = 8;
194
+
/**
195
+
*
196
+
*
197
+
* <pre>
198
+
* TPU v2.
199
+
* </pre>
200
+
*
201
+
* <code>TPU_V2 = 6;</code>
202
+
*/
203
+
publicstaticfinalintTPU_V2_VALUE = 6;
204
+
/**
205
+
*
206
+
*
207
+
* <pre>
208
+
* TPU v3.
209
+
* </pre>
210
+
*
211
+
* <code>TPU_V3 = 7;</code>
212
+
*/
213
+
publicstaticfinalintTPU_V3_VALUE = 7;
174
214
175
215
publicfinalintgetNumber() {
176
216
if (this == UNRECOGNIZED) {
@@ -210,6 +250,10 @@ public static AcceleratorType forNumber(int value) {
Copy file name to clipboardExpand all lines: proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorTypeProto.java
+13-17
Original file line number
Diff line number
Diff line change
@@ -37,26 +37,22 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
0 commit comments