@@ -183,42 +183,25 @@ public abstract static class PredictionServiceImplBase implements io.grpc.Bindab
* Perform an online prediction. The prediction result is directly
* returned in the response.
* Available for following ML scenarios, and their expected request payloads:
* <table>
* <tr>
* <td>AutoML Vision Classification</td>
* <td>An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.</td>
* </tr>
* <tr>
* <td>AutoML Vision Object Detection</td>
* <td>An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Classification</td>
* <td>A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Entity Extraction</td>
* <td>A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Sentiment Analysis</td>
* <td>A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.</td>
* </tr>
* <tr>
* <td>AutoML Translation</td>
* <td>A TextSnippet up to 25,000 characters, UTF-8 encoded.</td>
* </tr>
* <tr>
* <td>AutoML Tables</td>
* <td>A row with column values matching
* AutoML Vision Classification
* * An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
* AutoML Vision Object Detection
* * An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
* AutoML Natural Language Classification
* * A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.
* AutoML Natural Language Entity Extraction
* * A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.
* AutoML Natural Language Sentiment Analysis
* * A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.
* AutoML Translation
* * A TextSnippet up to 25,000 characters, UTF-8 encoded.
* AutoML Tables
* * A row with column values matching
* the columns of the model, up to 5MB. Not available for FORECASTING
* `prediction_type`.
* </td>
* </tr>
* </table>
* </pre>
*/
public void predict (
@@ -300,42 +283,25 @@ protected PredictionServiceStub build(
* Perform an online prediction. The prediction result is directly
* returned in the response.
* Available for following ML scenarios, and their expected request payloads:
* <table>
* <tr>
* <td>AutoML Vision Classification</td>
* <td>An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.</td>
* </tr>
* <tr>
* <td>AutoML Vision Object Detection</td>
* <td>An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Classification</td>
* <td>A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Entity Extraction</td>
* <td>A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Sentiment Analysis</td>
* <td>A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.</td>
* </tr>
* <tr>
* <td>AutoML Translation</td>
* <td>A TextSnippet up to 25,000 characters, UTF-8 encoded.</td>
* </tr>
* <tr>
* <td>AutoML Tables</td>
* <td>A row with column values matching
* AutoML Vision Classification
* * An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
* AutoML Vision Object Detection
* * An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
* AutoML Natural Language Classification
* * A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.
* AutoML Natural Language Entity Extraction
* * A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.
* AutoML Natural Language Sentiment Analysis
* * A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.
* AutoML Translation
* * A TextSnippet up to 25,000 characters, UTF-8 encoded.
* AutoML Tables
* * A row with column values matching
* the columns of the model, up to 5MB. Not available for FORECASTING
* `prediction_type`.
* </td>
* </tr>
* </table>
* </pre>
*/
public void predict (
@@ -404,42 +370,25 @@ protected PredictionServiceBlockingStub build(
* Perform an online prediction. The prediction result is directly
* returned in the response.
* Available for following ML scenarios, and their expected request payloads:
* <table>
* <tr>
* <td>AutoML Vision Classification</td>
* <td>An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.</td>
* </tr>
* <tr>
* <td>AutoML Vision Object Detection</td>
* <td>An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Classification</td>
* <td>A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Entity Extraction</td>
* <td>A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Sentiment Analysis</td>
* <td>A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.</td>
* </tr>
* <tr>
* <td>AutoML Translation</td>
* <td>A TextSnippet up to 25,000 characters, UTF-8 encoded.</td>
* </tr>
* <tr>
* <td>AutoML Tables</td>
* <td>A row with column values matching
* AutoML Vision Classification
* * An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
* AutoML Vision Object Detection
* * An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
* AutoML Natural Language Classification
* * A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.
* AutoML Natural Language Entity Extraction
* * A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.
* AutoML Natural Language Sentiment Analysis
* * A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.
* AutoML Translation
* * A TextSnippet up to 25,000 characters, UTF-8 encoded.
* AutoML Tables
* * A row with column values matching
* the columns of the model, up to 5MB. Not available for FORECASTING
* `prediction_type`.
* </td>
* </tr>
* </table>
* </pre>
*/
public com .google .cloud .automl .v1 .PredictResponse predict (
@@ -501,42 +450,25 @@ protected PredictionServiceFutureStub build(
* Perform an online prediction. The prediction result is directly
* returned in the response.
* Available for following ML scenarios, and their expected request payloads:
* <table>
* <tr>
* <td>AutoML Vision Classification</td>
* <td>An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.</td>
* </tr>
* <tr>
* <td>AutoML Vision Object Detection</td>
* <td>An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Classification</td>
* <td>A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Entity Extraction</td>
* <td>A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.</td>
* </tr>
* <tr>
* <td>AutoML Natural Language Sentiment Analysis</td>
* <td>A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.</td>
* </tr>
* <tr>
* <td>AutoML Translation</td>
* <td>A TextSnippet up to 25,000 characters, UTF-8 encoded.</td>
* </tr>
* <tr>
* <td>AutoML Tables</td>
* <td>A row with column values matching
* AutoML Vision Classification
* * An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
* AutoML Vision Object Detection
* * An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
* AutoML Natural Language Classification
* * A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.
* AutoML Natural Language Entity Extraction
* * A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.
* AutoML Natural Language Sentiment Analysis
* * A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.
* AutoML Translation
* * A TextSnippet up to 25,000 characters, UTF-8 encoded.
* AutoML Tables
* * A row with column values matching
* the columns of the model, up to 5MB. Not available for FORECASTING
* `prediction_type`.
* </td>
* </tr>
* </table>
* </pre>
*/
public com .google .common .util .concurrent .ListenableFuture <