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.
feat: adds enhanced protos for time series forecasting (#356)
Library generation was broken for a while and some commits were not auto proposed as PRs. This PR manually generated those changes.
fix!: remove display_name from FeatureStore
feat: add invalid_row_count to ImportFeatureValuesResponse and ImportFeatureValuesOperationMetadata
Copy file name to clipboardExpand all lines: google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/FeaturestoreServiceClientTest.java
+2-5
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,6 @@ public void createFeaturestoreTest() throws Exception {
Copy file name to clipboardExpand all lines: proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java
+22
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,16 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
88
88
* <code>NVIDIA_TESLA_T4 = 5;</code>
89
89
*/
90
90
NVIDIA_TESLA_T4(5),
91
+
/**
92
+
*
93
+
*
94
+
* <pre>
95
+
* Nvidia Tesla A100 GPU.
96
+
* </pre>
97
+
*
98
+
* <code>NVIDIA_TESLA_A100 = 8;</code>
99
+
*/
100
+
NVIDIA_TESLA_A100(8),
91
101
UNRECOGNIZED(-1),
92
102
;
93
103
@@ -151,6 +161,16 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
151
161
* <code>NVIDIA_TESLA_T4 = 5;</code>
152
162
*/
153
163
publicstaticfinalintNVIDIA_TESLA_T4_VALUE = 5;
164
+
/**
165
+
*
166
+
*
167
+
* <pre>
168
+
* Nvidia Tesla A100 GPU.
169
+
* </pre>
170
+
*
171
+
* <code>NVIDIA_TESLA_A100 = 8;</code>
172
+
*/
173
+
publicstaticfinalintNVIDIA_TESLA_A100_VALUE = 8;
154
174
155
175
publicfinalintgetNumber() {
156
176
if (this == UNRECOGNIZED) {
@@ -188,6 +208,8 @@ 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
+6-5
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
0 commit comments