diff --git a/google/cloud/automl/v1/prediction_service.proto b/google/cloud/automl/v1/prediction_service.proto index d12f9276..b7b69cc2 100644 --- a/google/cloud/automl/v1/prediction_service.proto +++ b/google/cloud/automl/v1/prediction_service.proto @@ -46,42 +46,38 @@ service PredictionService { // returned in the response. // Available for following ML scenarios, and their expected request payloads: // - //
| 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 + // 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`. - // | - //