Skip to content

Commit d1c5da6

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 28527 b: refs/heads/master c: 080b6be h: refs/heads/master i: 28525: 16a039e 28523: 42154ad 28519: fc4e250 28511: 6fe58a7
1 parent d6d11a5 commit d1c5da6

111 files changed

Lines changed: 9768 additions & 2400 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7ffeb34964f77e3e6b3df3cb73b04a4a11461411
2+
refs/heads/master: 080b6be2af3922c8c2a2ff8702b3bb49f7622972
33
refs/heads/gh-pages: 9b91392095cbb68bba1a32efe7d8caeac44467d9
44
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
55
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

trunk/google-api-grpc/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/AutoMlGrpc.java

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,8 @@ public void deleteDataset(
14711471
*
14721472
*
14731473
* <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.
14751476
* For Tables:
14761477
* * A
14771478
* [schema_inference_version][google.cloud.automl.v1beta1.InputConfig.params]
@@ -1663,8 +1664,8 @@ public void deleteModel(
16631664
* Deploys a model. If a model is already deployed, deploying it with the
16641665
* same parameters has no effect. Deploying with different parametrs
16651666
* (as e.g. changing
1666-
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number]
1667-
* ) will update the deployment without pausing the model's availability.
1667+
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number])
1668+
* will reset the deployment state without pausing the model's availability.
16681669
* Only applicable for Text Classification, Image Object Detection and Tables;
16691670
* all other domains manage deployment automatically.
16701671
* Returns an empty response in the
@@ -2041,7 +2042,8 @@ public void deleteDataset(
20412042
*
20422043
*
20432044
* <pre>
2044-
* Imports data into a dataset. For Tables this method can only be called on an empty Dataset.
2045+
* Imports data into a dataset.
2046+
* For Tables this method can only be called on an empty Dataset.
20452047
* For Tables:
20462048
* * A
20472049
* [schema_inference_version][google.cloud.automl.v1beta1.InputConfig.params]
@@ -2272,8 +2274,8 @@ public void deleteModel(
22722274
* Deploys a model. If a model is already deployed, deploying it with the
22732275
* same parameters has no effect. Deploying with different parametrs
22742276
* (as e.g. changing
2275-
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number]
2276-
* ) will update the deployment without pausing the model's availability.
2277+
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number])
2278+
* will reset the deployment state without pausing the model's availability.
22772279
* Only applicable for Text Classification, Image Object Detection and Tables;
22782280
* all other domains manage deployment automatically.
22792281
* Returns an empty response in the
@@ -2495,7 +2497,8 @@ public com.google.longrunning.Operation deleteDataset(
24952497
*
24962498
*
24972499
* <pre>
2498-
* Imports data into a dataset. For Tables this method can only be called on an empty Dataset.
2500+
* Imports data into a dataset.
2501+
* For Tables this method can only be called on an empty Dataset.
24992502
* For Tables:
25002503
* * A
25012504
* [schema_inference_version][google.cloud.automl.v1beta1.InputConfig.params]
@@ -2682,8 +2685,8 @@ public com.google.longrunning.Operation deleteModel(
26822685
* Deploys a model. If a model is already deployed, deploying it with the
26832686
* same parameters has no effect. Deploying with different parametrs
26842687
* (as e.g. changing
2685-
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number]
2686-
* ) will update the deployment without pausing the model's availability.
2688+
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number])
2689+
* will reset the deployment state without pausing the model's availability.
26872690
* Only applicable for Text Classification, Image Object Detection and Tables;
26882691
* all other domains manage deployment automatically.
26892692
* Returns an empty response in the
@@ -2888,7 +2891,8 @@ protected AutoMlFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
28882891
*
28892892
*
28902893
* <pre>
2891-
* Imports data into a dataset. For Tables this method can only be called on an empty Dataset.
2894+
* Imports data into a dataset.
2895+
* For Tables this method can only be called on an empty Dataset.
28922896
* For Tables:
28932897
* * A
28942898
* [schema_inference_version][google.cloud.automl.v1beta1.InputConfig.params]
@@ -3084,8 +3088,8 @@ protected AutoMlFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
30843088
* Deploys a model. If a model is already deployed, deploying it with the
30853089
* same parameters has no effect. Deploying with different parametrs
30863090
* (as e.g. changing
3087-
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number]
3088-
* ) will update the deployment without pausing the model's availability.
3091+
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number])
3092+
* will reset the deployment state without pausing the model's availability.
30893093
* Only applicable for Text Classification, Image Object Detection and Tables;
30903094
* all other domains manage deployment automatically.
30913095
* Returns an empty response in the

trunk/google-api-grpc/grpc-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/PredictionServiceGrpc.java

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,15 @@ public abstract static class PredictionServiceImplBase implements io.grpc.Bindab
174174
* up to 30MB.
175175
* * Image Object Detection - Image in .JPEG, .GIF or .PNG format, image_bytes
176176
* up to 30MB.
177-
* * Text Classification - TextSnippet, content up to 10,000 characters,
177+
* * Text Classification - TextSnippet, content up to 60,000 characters,
178178
* UTF-8 encoded.
179179
* * 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
181182
* encoded.
182183
* * 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.
184+
* up to 5MB. Not available for FORECASTING
185+
* [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
185186
* </pre>
186187
*/
187188
public void predict(
@@ -203,6 +204,7 @@ public void predict(
203204
* the [response][google.longrunning.Operation.response] field.
204205
* Available for following ML problems:
205206
* * Video Classification
207+
* * Video Object Tracking
206208
* * Text Extraction
207209
* * Tables
208210
* </pre>
@@ -268,14 +270,15 @@ protected PredictionServiceStub build(
268270
* up to 30MB.
269271
* * Image Object Detection - Image in .JPEG, .GIF or .PNG format, image_bytes
270272
* up to 30MB.
271-
* * Text Classification - TextSnippet, content up to 10,000 characters,
273+
* * Text Classification - TextSnippet, content up to 60,000 characters,
272274
* UTF-8 encoded.
273275
* * Text Extraction - TextSnippet, content up to 30,000 characters,
274-
* UTF-8 NFC encoded. * Translation - TextSnippet, content up to 25,000 characters, UTF-8
276+
* UTF-8 NFC encoded.
277+
* * Translation - TextSnippet, content up to 25,000 characters, UTF-8
275278
* encoded.
276279
* * Tables - Row, with column values matching the columns of the model,
277-
* up to 5MB.
278-
* * Text Sentiment - TextSnippet, content up 500 characters, UTF-8 encoded.
280+
* up to 5MB. Not available for FORECASTING
281+
* [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
279282
* </pre>
280283
*/
281284
public void predict(
@@ -300,6 +303,7 @@ public void predict(
300303
* the [response][google.longrunning.Operation.response] field.
301304
* Available for following ML problems:
302305
* * Video Classification
306+
* * Video Object Tracking
303307
* * Text Extraction
304308
* * Tables
305309
* </pre>
@@ -351,14 +355,15 @@ protected PredictionServiceBlockingStub build(
351355
* up to 30MB.
352356
* * Image Object Detection - Image in .JPEG, .GIF or .PNG format, image_bytes
353357
* up to 30MB.
354-
* * Text Classification - TextSnippet, content up to 10,000 characters,
358+
* * Text Classification - TextSnippet, content up to 60,000 characters,
355359
* UTF-8 encoded.
356360
* * Text Extraction - TextSnippet, content up to 30,000 characters,
357-
* UTF-8 NFC encoded. * Translation - TextSnippet, content up to 25,000 characters, UTF-8
361+
* UTF-8 NFC encoded.
362+
* * Translation - TextSnippet, content up to 25,000 characters, UTF-8
358363
* encoded.
359364
* * Tables - Row, with column values matching the columns of the model,
360-
* up to 5MB.
361-
* * Text Sentiment - TextSnippet, content up 500 characters, UTF-8 encoded.
365+
* up to 5MB. Not available for FORECASTING
366+
* [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
362367
* </pre>
363368
*/
364369
public com.google.cloud.automl.v1beta1.PredictResponse predict(
@@ -378,6 +383,7 @@ public com.google.cloud.automl.v1beta1.PredictResponse predict(
378383
* the [response][google.longrunning.Operation.response] field.
379384
* Available for following ML problems:
380385
* * Video Classification
386+
* * Video Object Tracking
381387
* * Text Extraction
382388
* * Tables
383389
* </pre>
@@ -425,14 +431,15 @@ protected PredictionServiceFutureStub build(
425431
* up to 30MB.
426432
* * Image Object Detection - Image in .JPEG, .GIF or .PNG format, image_bytes
427433
* up to 30MB.
428-
* * Text Classification - TextSnippet, content up to 10,000 characters,
434+
* * Text Classification - TextSnippet, content up to 60,000 characters,
429435
* UTF-8 encoded.
430436
* * Text Extraction - TextSnippet, content up to 30,000 characters,
431-
* UTF-8 NFC encoded. * Translation - TextSnippet, content up to 25,000 characters, UTF-8
437+
* UTF-8 NFC encoded.
438+
* * Translation - TextSnippet, content up to 25,000 characters, UTF-8
432439
* encoded.
433440
* * Tables - Row, with column values matching the columns of the model,
434-
* up to 5MB.
435-
* * Text Sentiment - TextSnippet, content up 500 characters, UTF-8 encoded.
441+
* up to 5MB. Not available for FORECASTING
442+
* [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
436443
* </pre>
437444
*/
438445
public com.google.common.util.concurrent.ListenableFuture<
@@ -454,6 +461,7 @@ protected PredictionServiceFutureStub build(
454461
* the [response][google.longrunning.Operation.response] field.
455462
* Available for following ML problems:
456463
* * Video Classification
464+
* * Video Object Tracking
457465
* * Text Extraction
458466
* * Tables
459467
* </pre>

0 commit comments

Comments
 (0)