Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,14 @@ public void predict(
*
*
* <pre>
* Perform a batch prediction. Unlike the online [Predict][google.cloud.automl.v1beta1.PredictionService.Predict], batch
* Perform a batch prediction. Unlike the online
* [Predict][google.cloud.automl.v1beta1.PredictionService.Predict], batch
* prediction result won't be immediately available in the response. Instead,
* a long running operation object is returned. User can poll the operation
* result via [GetOperation][google.longrunning.Operations.GetOperation]
* method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
* the [response][google.longrunning.Operation.response] field.
* method. Once the operation is done,
* [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is
* returned in the [response][google.longrunning.Operation.response] field.
* Available for following ML problems:
* * Image Classification
* * Image Object Detection
Expand Down Expand Up @@ -300,12 +302,14 @@ public void predict(
*
*
* <pre>
* Perform a batch prediction. Unlike the online [Predict][google.cloud.automl.v1beta1.PredictionService.Predict], batch
* Perform a batch prediction. Unlike the online
* [Predict][google.cloud.automl.v1beta1.PredictionService.Predict], batch
* prediction result won't be immediately available in the response. Instead,
* a long running operation object is returned. User can poll the operation
* result via [GetOperation][google.longrunning.Operations.GetOperation]
* method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
* the [response][google.longrunning.Operation.response] field.
* method. Once the operation is done,
* [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is
* returned in the [response][google.longrunning.Operation.response] field.
* Available for following ML problems:
* * Image Classification
* * Image Object Detection
Expand Down Expand Up @@ -383,12 +387,14 @@ public com.google.cloud.automl.v1beta1.PredictResponse predict(
*
*
* <pre>
* Perform a batch prediction. Unlike the online [Predict][google.cloud.automl.v1beta1.PredictionService.Predict], batch
* Perform a batch prediction. Unlike the online
* [Predict][google.cloud.automl.v1beta1.PredictionService.Predict], batch
* prediction result won't be immediately available in the response. Instead,
* a long running operation object is returned. User can poll the operation
* result via [GetOperation][google.longrunning.Operations.GetOperation]
* method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
* the [response][google.longrunning.Operation.response] field.
* method. Once the operation is done,
* [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is
* returned in the [response][google.longrunning.Operation.response] field.
* Available for following ML problems:
* * Image Classification
* * Image Object Detection
Expand Down Expand Up @@ -464,12 +470,14 @@ protected PredictionServiceFutureStub build(
*
*
* <pre>
* Perform a batch prediction. Unlike the online [Predict][google.cloud.automl.v1beta1.PredictionService.Predict], batch
* Perform a batch prediction. Unlike the online
* [Predict][google.cloud.automl.v1beta1.PredictionService.Predict], batch
* prediction result won't be immediately available in the response. Instead,
* a long running operation object is returned. User can poll the operation
* result via [GetOperation][google.longrunning.Operations.GetOperation]
* method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
* the [response][google.longrunning.Operation.response] field.
* method. Once the operation is done,
* [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is
* returned in the [response][google.longrunning.Operation.response] field.
* Available for following ML problems:
* * Image Classification
* * Image Object Detection
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading