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: trunk/google-api-grpc/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AutoMlGrpc.java
+16-12Lines changed: 16 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1471,7 +1471,8 @@ public void deleteDataset(
1471
1471
*
1472
1472
*
1473
1473
* <pre>
1474
-
* Imports data into a dataset. For Tables this method can only be called on an empty Dataset.
1474
+
* Imports data into a dataset.
1475
+
* For Tables this method can only be called on an empty Dataset.
Copy file name to clipboardExpand all lines: trunk/google-api-grpc/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceGrpc.java
+24-16Lines changed: 24 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -174,14 +174,15 @@ public abstract static class PredictionServiceImplBase implements io.grpc.Bindab
174
174
* up to 30MB.
175
175
* * Image Object Detection - Image in .JPEG, .GIF or .PNG format, image_bytes
176
176
* up to 30MB.
177
-
* * Text Classification - TextSnippet, content up to 10,000 characters,
177
+
* * Text Classification - TextSnippet, content up to 60,000 characters,
178
178
* UTF-8 encoded.
179
179
* * Text Extraction - TextSnippet, content up to 30,000 characters,
180
-
* UTF-8 NFC encoded. * Translation - TextSnippet, content up to 25,000 characters, UTF-8
180
+
* UTF-8 NFC encoded.
181
+
* * Translation - TextSnippet, content up to 25,000 characters, UTF-8
181
182
* encoded.
182
183
* * Tables - Row, with column values matching the columns of the model,
183
-
* up to 5MB.
184
-
* * Text Sentiment - TextSnippet, content up 500 characters, UTF-8 encoded.
0 commit comments