diff --git a/AutoMl/src/V1/BatchPredictInputConfig.php b/AutoMl/src/V1/BatchPredictInputConfig.php
index 7c057b1eef4..a7c1163a47f 100644
--- a/AutoMl/src/V1/BatchPredictInputConfig.php
+++ b/AutoMl/src/V1/BatchPredictInputConfig.php
@@ -17,8 +17,8 @@
* The formats are represented in EBNF with commas being literal and with
* non-terminal symbols defined near the end of this comment. The formats
* are:
- *
AutoML Vision
- * Classification
+ * #### AutoML Vision
+ * ##### Classification
* One or more CSV files where each line is a single column:
* GCS_FILE_PATH
* The Google Cloud Storage location of an image of up to
@@ -28,7 +28,7 @@
* gs://folder/image1.jpeg
* gs://folder/image2.gif
* gs://folder/image3.png
- * Object Detection
+ * ##### Object Detection
* One or more CSV files where each line is a single column:
* GCS_FILE_PATH
* The Google Cloud Storage location of an image of up to
@@ -38,10 +38,8 @@
* gs://folder/image1.jpeg
* gs://folder/image2.gif
* gs://folder/image3.png
- *
- *
- * AutoML Video Intelligence
- * Classification
+ * #### AutoML Video Intelligence
+ * ##### Classification
* One or more CSV files where each line is a single column:
* GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END
* `GCS_FILE_PATH` is the Google Cloud Storage location of video up to 50GB in
@@ -53,7 +51,7 @@
* gs://folder/video1.mp4,10,40
* gs://folder/video1.mp4,20,60
* gs://folder/vid2.mov,0,inf
- * Object Tracking
+ * ##### Object Tracking
* One or more CSV files where each line is a single column:
* GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END
* `GCS_FILE_PATH` is the Google Cloud Storage location of video up to 50GB in
@@ -65,10 +63,8 @@
* gs://folder/video1.mp4,10,40
* gs://folder/video1.mp4,20,60
* gs://folder/vid2.mov,0,inf
- *
- *
- * AutoML Natural Language
- * Classification
+ * #### AutoML Natural Language
+ * ##### Classification
* One or more CSV files where each line is a single column:
* GCS_FILE_PATH
* `GCS_FILE_PATH` is the Google Cloud Storage location of a text file.
@@ -78,7 +74,7 @@
* gs://folder/text1.txt
* gs://folder/text2.pdf
* gs://folder/text3.tif
- * Sentiment Analysis
+ * ##### Sentiment Analysis
* One or more CSV files where each line is a single column:
* GCS_FILE_PATH
* `GCS_FILE_PATH` is the Google Cloud Storage location of a text file.
@@ -88,7 +84,7 @@
* gs://folder/text1.txt
* gs://folder/text2.pdf
* gs://folder/text3.tif
- * Entity Extraction
+ * ##### Entity Extraction
* One or more JSONL (JSON Lines) files that either provide inline text or
* documents. You can only use one format, either inline text or documents,
* for a single call to [AutoMl.BatchPredict].
@@ -149,10 +145,7 @@
* }
* }
* }
- *
- *
- * AutoML Tables
+ * #### AutoML Tables
* See [Preparing your training
* data](https://cloud.google.com/automl-tables/docs/predict-batch) for more
* information.
@@ -189,8 +182,6 @@
* input feature column specs must contain values compatible with the
* column spec's data types. Prediction on all the rows of the table
* will be attempted.
- *
- *
* **Input field definitions:**
* `GCS_FILE_PATH`
* : The path to a file on Google Cloud Storage. For example,
diff --git a/AutoMl/src/V1/BatchPredictOutputConfig.php b/AutoMl/src/V1/BatchPredictOutputConfig.php
index 39442dae7cb..90d16feeab7 100644
--- a/AutoMl/src/V1/BatchPredictOutputConfig.php
+++ b/AutoMl/src/V1/BatchPredictOutputConfig.php
@@ -257,8 +257,8 @@ class BatchPredictOutputConfig extends \Google\Protobuf\Internal\Message
* Optional. Data for populating the Message object.
*
* @type \Google\Cloud\AutoMl\V1\GcsDestination $gcs_destination
- * Required. The Google Cloud Storage location of the directory where the output is to
- * be written to.
+ * Required. The Google Cloud Storage location of the directory where the
+ * output is to be written to.
* }
*/
public function __construct($data = NULL) {
@@ -267,8 +267,8 @@ public function __construct($data = NULL) {
}
/**
- * Required. The Google Cloud Storage location of the directory where the output is to
- * be written to.
+ * Required. The Google Cloud Storage location of the directory where the
+ * output is to be written to.
*
* Generated from protobuf field .google.cloud.automl.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
* @return \Google\Cloud\AutoMl\V1\GcsDestination|null
@@ -284,8 +284,8 @@ public function hasGcsDestination()
}
/**
- * Required. The Google Cloud Storage location of the directory where the output is to
- * be written to.
+ * Required. The Google Cloud Storage location of the directory where the
+ * output is to be written to.
*
* Generated from protobuf field .google.cloud.automl.v1.GcsDestination gcs_destination = 1 [(.google.api.field_behavior) = REQUIRED];
* @param \Google\Cloud\AutoMl\V1\GcsDestination $var
diff --git a/AutoMl/src/V1/InputConfig.php b/AutoMl/src/V1/InputConfig.php
index 8018b34a8be..eb2d04bbb9c 100644
--- a/AutoMl/src/V1/InputConfig.php
+++ b/AutoMl/src/V1/InputConfig.php
@@ -9,7 +9,8 @@
use Google\Protobuf\Internal\GPBUtil;
/**
- * Input configuration for [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData] action.
+ * Input configuration for
+ * [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData] action.
* The format of input depends on dataset_metadata the Dataset into which
* the import is happening has. As input source the
* [gcs_source][google.cloud.automl.v1.InputConfig.gcs_source]
@@ -22,8 +23,8 @@
* these values are nondeterministically selected from the given ones.
* The formats are represented in EBNF with commas being literal and with
* non-terminal symbols defined near the end of this comment. The formats are:
- * AutoML Vision
- * Classification
+ * #### AutoML Vision
+ * ##### Classification
* See [Preparing your training
* data](https://cloud.google.com/vision/automl/docs/prepare) for more
* information.
@@ -49,7 +50,7 @@
* TEST,gs://folder/image2.jpg,dandelion,tulip,rose
* UNASSIGNED,gs://folder/image3.jpg,daisy
* UNASSIGNED,gs://folder/image4.jpg
- * Object Detection
+ * ##### Object Detection
* See [Preparing your training
* data](https://cloud.google.com/vision/automl/object-detection/docs/prepare)
* for more information.
@@ -81,8 +82,8 @@
* TEST,gs://folder/im3.png,,,,,,,,,
*
*
- * AutoML Video Intelligence
- * Classification
+ * #### AutoML Video Intelligence
+ * ##### Classification
* See [Preparing your training
* data](https://cloud.google.com/video-intelligence/automl/docs/prepare) for
* more information.
@@ -110,7 +111,7 @@
* gs://folder/video1.avi,bike,150,180.000021
* gs://folder/vid2.avi,car,0,60.5
* gs://folder/vid3.avi,,,
- * Object Tracking
+ * ##### Object Tracking
* See [Preparing your training
* data](/video-intelligence/automl/object-tracking/docs/prepare) for more
* information.
@@ -147,10 +148,8 @@
* gs://folder/video1.avi,bike,,12.50,.45,.45,,,.55,.55,,
* gs://folder/video2.avi,car,1,0,.1,.9,,,.9,.1,,
* gs://folder/video2.avi,,,,,,,,,,,
- *
- *
- * AutoML Natural Language
- * Entity Extraction
+ * #### AutoML Natural Language
+ * ##### Entity Extraction
* See [Preparing your training
* data](/natural-language/automl/entity-analysis/docs/prepare) for more
* information.
@@ -305,7 +304,7 @@
* }
* },
* ],
- * Classification
+ * ##### Classification
* See [Preparing your training
* data](https://cloud.google.com/natural-language/automl/docs/prepare) for more
* information.
@@ -339,7 +338,7 @@
* gs://folder/content.txt,SlowService
* TEST,gs://folder/document.pdf
* VALIDATE,gs://folder/text_files.zip,BadFood
- * Sentiment Analysis
+ * ##### Sentiment Analysis
* See [Preparing your training
* data](https://cloud.google.com/natural-language/automl/docs/prepare) for more
* information.
@@ -387,10 +386,7 @@
* gs://folder/content.txt,3
* TEST,gs://folder/document.pdf
* VALIDATE,gs://folder/text_files.zip,2
- *
- *
- * AutoML Tables
+ * #### AutoML Tables
* See [Preparing your training
* data](https://cloud.google.com/automl-tables/docs/prepare) for more
* information.
@@ -420,8 +416,6 @@
* An imported table must have between 2 and 1,000 columns, inclusive,
* and between 1000 and 100,000,000 rows, inclusive. There are at most 5
* import data running in parallel.
- *
- *
* **Input field definitions:**
* `ML_USE`
* : ("TRAIN" | "VALIDATE" | "TEST" | "UNASSIGNED")
@@ -489,7 +483,7 @@ class InputConfig extends \Google\Protobuf\Internal\Message
* Additional domain-specific parameters describing the semantic of the
* imported data, any string must be up to 25000
* characters long.
- * AutoML Tables
+ * #### AutoML Tables
* `schema_inference_version`
* : (integer) This value must be supplied.
* The version of the
@@ -509,13 +503,14 @@ class InputConfig extends \Google\Protobuf\Internal\Message
*
* @type \Google\Cloud\AutoMl\V1\GcsSource $gcs_source
* The Google Cloud Storage location for the input content.
- * For [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData], `gcs_source` points to a CSV file with
- * a structure described in [InputConfig][google.cloud.automl.v1.InputConfig].
+ * For [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData],
+ * `gcs_source` points to a CSV file with a structure described in
+ * [InputConfig][google.cloud.automl.v1.InputConfig].
* @type array|\Google\Protobuf\Internal\MapField $params
* Additional domain-specific parameters describing the semantic of the
* imported data, any string must be up to 25000
* characters long.
- * AutoML Tables
+ * #### AutoML Tables
* `schema_inference_version`
* : (integer) This value must be supplied.
* The version of the
@@ -530,8 +525,9 @@ public function __construct($data = NULL) {
/**
* The Google Cloud Storage location for the input content.
- * For [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData], `gcs_source` points to a CSV file with
- * a structure described in [InputConfig][google.cloud.automl.v1.InputConfig].
+ * For [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData],
+ * `gcs_source` points to a CSV file with a structure described in
+ * [InputConfig][google.cloud.automl.v1.InputConfig].
*
* Generated from protobuf field .google.cloud.automl.v1.GcsSource gcs_source = 1;
* @return \Google\Cloud\AutoMl\V1\GcsSource|null
@@ -548,8 +544,9 @@ public function hasGcsSource()
/**
* The Google Cloud Storage location for the input content.
- * For [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData], `gcs_source` points to a CSV file with
- * a structure described in [InputConfig][google.cloud.automl.v1.InputConfig].
+ * For [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData],
+ * `gcs_source` points to a CSV file with a structure described in
+ * [InputConfig][google.cloud.automl.v1.InputConfig].
*
* Generated from protobuf field .google.cloud.automl.v1.GcsSource gcs_source = 1;
* @param \Google\Cloud\AutoMl\V1\GcsSource $var
@@ -567,7 +564,7 @@ public function setGcsSource($var)
* Additional domain-specific parameters describing the semantic of the
* imported data, any string must be up to 25000
* characters long.
- * AutoML Tables
+ * #### AutoML Tables
* `schema_inference_version`
* : (integer) This value must be supplied.
* The version of the
@@ -586,7 +583,7 @@ public function getParams()
* Additional domain-specific parameters describing the semantic of the
* imported data, any string must be up to 25000
* characters long.
- * AutoML Tables
+ * #### AutoML Tables
* `schema_inference_version`
* : (integer) This value must be supplied.
* The version of the
diff --git a/AutoMl/src/V1/ModelExportOutputConfig.php b/AutoMl/src/V1/ModelExportOutputConfig.php
index 6d986c85f70..47df2eba047 100644
--- a/AutoMl/src/V1/ModelExportOutputConfig.php
+++ b/AutoMl/src/V1/ModelExportOutputConfig.php
@@ -67,8 +67,9 @@ class ModelExportOutputConfig extends \Google\Protobuf\Internal\Message
* Optional. Data for populating the Message object.
*
* @type \Google\Cloud\AutoMl\V1\GcsDestination $gcs_destination
- * Required. The Google Cloud Storage location where the model is to be written to.
- * This location may only be set for the following model formats:
+ * Required. The Google Cloud Storage location where the model is to be
+ * written to. This location may only be set for the following model
+ * formats:
* "tflite", "edgetpu_tflite", "tf_saved_model", "tf_js", "core_ml".
* Under the directory given as the destination a new one with name
* "model-export--",
@@ -118,8 +119,9 @@ public function __construct($data = NULL) {
}
/**
- * Required. The Google Cloud Storage location where the model is to be written to.
- * This location may only be set for the following model formats:
+ * Required. The Google Cloud Storage location where the model is to be
+ * written to. This location may only be set for the following model
+ * formats:
* "tflite", "edgetpu_tflite", "tf_saved_model", "tf_js", "core_ml".
* Under the directory given as the destination a new one with name
* "model-export--",
@@ -141,8 +143,9 @@ public function hasGcsDestination()
}
/**
- * Required. The Google Cloud Storage location where the model is to be written to.
- * This location may only be set for the following model formats:
+ * Required. The Google Cloud Storage location where the model is to be
+ * written to. This location may only be set for the following model
+ * formats:
* "tflite", "edgetpu_tflite", "tf_saved_model", "tf_js", "core_ml".
* Under the directory given as the destination a new one with name
* "model-export--",
diff --git a/AutoMl/src/V1/OutputConfig.php b/AutoMl/src/V1/OutputConfig.php
index 588a791d8a3..72789ddf8aa 100644
--- a/AutoMl/src/V1/OutputConfig.php
+++ b/AutoMl/src/V1/OutputConfig.php
@@ -50,9 +50,10 @@ class OutputConfig extends \Google\Protobuf\Internal\Message
* Optional. Data for populating the Message object.
*
* @type \Google\Cloud\AutoMl\V1\GcsDestination $gcs_destination
- * Required. The Google Cloud Storage location where the output is to be written to.
- * For Image Object Detection, Text Extraction, Video Classification and
- * Tables, in the given directory a new directory will be created with name:
+ * Required. The Google Cloud Storage location where the output is to be
+ * written to. For Image Object Detection, Text Extraction, Video
+ * Classification and Tables, in the given directory a new directory will be
+ * created with name:
* export_data-- where
* timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
* output will be written into that directory.
@@ -64,9 +65,10 @@ public function __construct($data = NULL) {
}
/**
- * Required. The Google Cloud Storage location where the output is to be written to.
- * For Image Object Detection, Text Extraction, Video Classification and
- * Tables, in the given directory a new directory will be created with name:
+ * Required. The Google Cloud Storage location where the output is to be
+ * written to. For Image Object Detection, Text Extraction, Video
+ * Classification and Tables, in the given directory a new directory will be
+ * created with name:
* export_data-- where
* timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
* output will be written into that directory.
@@ -85,9 +87,10 @@ public function hasGcsDestination()
}
/**
- * Required. The Google Cloud Storage location where the output is to be written to.
- * For Image Object Detection, Text Extraction, Video Classification and
- * Tables, in the given directory a new directory will be created with name:
+ * Required. The Google Cloud Storage location where the output is to be
+ * written to. For Image Object Detection, Text Extraction, Video
+ * Classification and Tables, in the given directory a new directory will be
+ * created with name:
* export_data-- where
* timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
* output will be written into that directory.