Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

docs: remove raw html from proto comments as this breaks client library documentation generators #182

Merged
merged 1 commit into from Apr 28, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

Large diffs are not rendered by default.

Expand Up @@ -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(
Expand Down Expand Up @@ -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:
* &lt;table&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Vision Classification&lt;/td&gt;
* &lt;td&gt;An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Vision Object Detection&lt;/td&gt;
* &lt;td&gt;An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Natural Language Classification&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Natural Language Entity Extraction&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Natural Language Sentiment Analysis&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Translation&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 25,000 characters, UTF-8 encoded.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Tables&lt;/td&gt;
* &lt;td&gt;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`.
* &lt;/td&gt;
* &lt;/tr&gt;
* &lt;/table&gt;
* </pre>
*/
public void predict(
Expand Down Expand Up @@ -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:
* &lt;table&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Vision Classification&lt;/td&gt;
* &lt;td&gt;An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Vision Object Detection&lt;/td&gt;
* &lt;td&gt;An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Natural Language Classification&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Natural Language Entity Extraction&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Natural Language Sentiment Analysis&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Translation&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 25,000 characters, UTF-8 encoded.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Tables&lt;/td&gt;
* &lt;td&gt;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`.
* &lt;/td&gt;
* &lt;/tr&gt;
* &lt;/table&gt;
* </pre>
*/
public com.google.cloud.automl.v1.PredictResponse predict(
Expand Down Expand Up @@ -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:
* &lt;table&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Vision Classification&lt;/td&gt;
* &lt;td&gt;An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Vision Object Detection&lt;/td&gt;
* &lt;td&gt;An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Natural Language Classification&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Natural Language Entity Extraction&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
* in .PDF, .TIF or .TIFF format with size upto 20MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Natural Language Sentiment Analysis&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
* .PDF, .TIF or .TIFF format with size upto 2MB.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Translation&lt;/td&gt;
* &lt;td&gt;A TextSnippet up to 25,000 characters, UTF-8 encoded.&lt;/td&gt;
* &lt;/tr&gt;
* &lt;tr&gt;
* &lt;td&gt;AutoML Tables&lt;/td&gt;
* &lt;td&gt;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`.
* &lt;/td&gt;
* &lt;/tr&gt;
* &lt;/table&gt;
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down