Skip to content

Commit 0a92e66

Browse files
Regenerate automl client
1 parent 16435cb commit 0a92e66

71 files changed

Lines changed: 2952 additions & 2062 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.

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,8 +1666,7 @@ public void deleteModel(
16661666
* (as e.g. changing
16671667
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number])
16681668
* will reset the deployment state without pausing the model's availability.
1669-
* Only applicable for Text Classification, Image Object Detection and Tables;
1670-
* all other domains manage deployment automatically.
1669+
* Only applicable for Text Classification, Image Object Detection and Tables; all other domains manage deployment automatically.
16711670
* Returns an empty response in the
16721671
* [response][google.longrunning.Operation.response] field when it completes.
16731672
* </pre>
@@ -2276,8 +2275,7 @@ public void deleteModel(
22762275
* (as e.g. changing
22772276
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number])
22782277
* will reset the deployment state without pausing the model's availability.
2279-
* Only applicable for Text Classification, Image Object Detection and Tables;
2280-
* all other domains manage deployment automatically.
2278+
* Only applicable for Text Classification, Image Object Detection and Tables; all other domains manage deployment automatically.
22812279
* Returns an empty response in the
22822280
* [response][google.longrunning.Operation.response] field when it completes.
22832281
* </pre>
@@ -2687,8 +2685,7 @@ public com.google.longrunning.Operation deleteModel(
26872685
* (as e.g. changing
26882686
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number])
26892687
* will reset the deployment state without pausing the model's availability.
2690-
* Only applicable for Text Classification, Image Object Detection and Tables;
2691-
* all other domains manage deployment automatically.
2688+
* Only applicable for Text Classification, Image Object Detection and Tables; all other domains manage deployment automatically.
26922689
* Returns an empty response in the
26932690
* [response][google.longrunning.Operation.response] field when it completes.
26942691
* </pre>
@@ -3090,8 +3087,7 @@ protected AutoMlFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
30903087
* (as e.g. changing
30913088
* [node_number][google.cloud.automl.v1beta1.ImageObjectDetectionModelDeploymentMetadata.node_number])
30923089
* will reset the deployment state without pausing the model's availability.
3093-
* Only applicable for Text Classification, Image Object Detection and Tables;
3094-
* all other domains manage deployment automatically.
3090+
* Only applicable for Text Classification, Image Object Detection and Tables; all other domains manage deployment automatically.
30953091
* Returns an empty response in the
30963092
* [response][google.longrunning.Operation.response] field when it completes.
30973093
* </pre>

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

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ public abstract static class PredictionServiceImplBase implements io.grpc.Bindab
183183
* * Tables - Row, with column values matching the columns of the model,
184184
* up to 5MB. Not available for FORECASTING
185185
* [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
186+
* * Text Sentiment - TextSnippet, content up 500 characters, UTF-8
187+
* encoded.
186188
* </pre>
187189
*/
188190
public void predict(
@@ -203,9 +205,10 @@ public void predict(
203205
* method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
204206
* the [response][google.longrunning.Operation.response] field.
205207
* Available for following ML problems:
208+
* * Image Classification
209+
* * Image Object Detection
206210
* * Video Classification
207-
* * Video Object Tracking
208-
* * Text Extraction
211+
* * Video Object Tracking * Text Extraction
209212
* * Tables
210213
* </pre>
211214
*/
@@ -279,6 +282,8 @@ protected PredictionServiceStub build(
279282
* * Tables - Row, with column values matching the columns of the model,
280283
* up to 5MB. Not available for FORECASTING
281284
* [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
285+
* * Text Sentiment - TextSnippet, content up 500 characters, UTF-8
286+
* encoded.
282287
* </pre>
283288
*/
284289
public void predict(
@@ -302,9 +307,10 @@ public void predict(
302307
* method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
303308
* the [response][google.longrunning.Operation.response] field.
304309
* Available for following ML problems:
310+
* * Image Classification
311+
* * Image Object Detection
305312
* * Video Classification
306-
* * Video Object Tracking
307-
* * Text Extraction
313+
* * Video Object Tracking * Text Extraction
308314
* * Tables
309315
* </pre>
310316
*/
@@ -364,6 +370,8 @@ protected PredictionServiceBlockingStub build(
364370
* * Tables - Row, with column values matching the columns of the model,
365371
* up to 5MB. Not available for FORECASTING
366372
* [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
373+
* * Text Sentiment - TextSnippet, content up 500 characters, UTF-8
374+
* encoded.
367375
* </pre>
368376
*/
369377
public com.google.cloud.automl.v1beta1.PredictResponse predict(
@@ -382,9 +390,10 @@ public com.google.cloud.automl.v1beta1.PredictResponse predict(
382390
* method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
383391
* the [response][google.longrunning.Operation.response] field.
384392
* Available for following ML problems:
393+
* * Image Classification
394+
* * Image Object Detection
385395
* * Video Classification
386-
* * Video Object Tracking
387-
* * Text Extraction
396+
* * Video Object Tracking * Text Extraction
388397
* * Tables
389398
* </pre>
390399
*/
@@ -440,6 +449,8 @@ protected PredictionServiceFutureStub build(
440449
* * Tables - Row, with column values matching the columns of the model,
441450
* up to 5MB. Not available for FORECASTING
442451
* [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
452+
* * Text Sentiment - TextSnippet, content up 500 characters, UTF-8
453+
* encoded.
443454
* </pre>
444455
*/
445456
public com.google.common.util.concurrent.ListenableFuture<
@@ -460,9 +471,10 @@ protected PredictionServiceFutureStub build(
460471
* method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
461472
* the [response][google.longrunning.Operation.response] field.
462473
* Available for following ML problems:
474+
* * Image Classification
475+
* * Image Object Detection
463476
* * Video Classification
464-
* * Video Object Tracking
465-
* * Text Extraction
477+
* * Video Object Tracking * Text Extraction
466478
* * Tables
467479
* </pre>
468480
*/

0 commit comments

Comments
 (0)