@@ -1091,6 +1091,13 @@ public void deleteDataset(
10911091 *
10921092 * <pre>
10931093 * Imports data into a dataset.
1094+ * For Tables this method can only be called on an empty Dataset.
1095+ * For Tables:
1096+ * * A
1097+ * [schema_inference_version][google.cloud.automl.v1.InputConfig.params]
1098+ * parameter must be explicitly set.
1099+ * Returns an empty response in the
1100+ * [response][google.longrunning.Operation.response] field when it completes.
10941101 * </pre>
10951102 */
10961103 public void importData (
@@ -1208,10 +1215,10 @@ public void updateModel(
12081215 * Deploys a model. If a model is already deployed, deploying it with the
12091216 * same parameters has no effect. Deploying with different parametrs
12101217 * (as e.g. changing
1211- * [node_number][google.cloud.automl.v1 .ImageObjectDetectionModelDeploymentMetadata.node_number])
1218+ * [node_number][google.cloud.automl.v1p1beta .ImageObjectDetectionModelDeploymentMetadata.node_number])
12121219 * will reset the deployment state without pausing the model's availability.
1213- * Only applicable for Text Classification, Image Object Detection; all other
1214- * domains manage deployment automatically.
1220+ * Only applicable for Text Classification, Image Object Detection , Tables, and Image Segmentation ; all other domains manage
1221+ * deployment automatically.
12151222 * Returns an empty response in the
12161223 * [response][google.longrunning.Operation.response] field when it completes.
12171224 * </pre>
@@ -1227,7 +1234,7 @@ public void deployModel(
12271234 *
12281235 * <pre>
12291236 * Undeploys a model. If the model is not deployed this method has no effect.
1230- * Only applicable for Text Classification, Image Object Detection;
1237+ * Only applicable for Text Classification, Image Object Detection and Tables ;
12311238 * all other domains manage deployment automatically.
12321239 * Returns an empty response in the
12331240 * [response][google.longrunning.Operation.response] field when it completes.
@@ -1523,6 +1530,13 @@ public void deleteDataset(
15231530 *
15241531 * <pre>
15251532 * Imports data into a dataset.
1533+ * For Tables this method can only be called on an empty Dataset.
1534+ * For Tables:
1535+ * * A
1536+ * [schema_inference_version][google.cloud.automl.v1.InputConfig.params]
1537+ * parameter must be explicitly set.
1538+ * Returns an empty response in the
1539+ * [response][google.longrunning.Operation.response] field when it completes.
15261540 * </pre>
15271541 */
15281542 public void importData (
@@ -1664,10 +1678,10 @@ public void updateModel(
16641678 * Deploys a model. If a model is already deployed, deploying it with the
16651679 * same parameters has no effect. Deploying with different parametrs
16661680 * (as e.g. changing
1667- * [node_number][google.cloud.automl.v1 .ImageObjectDetectionModelDeploymentMetadata.node_number])
1681+ * [node_number][google.cloud.automl.v1p1beta .ImageObjectDetectionModelDeploymentMetadata.node_number])
16681682 * will reset the deployment state without pausing the model's availability.
1669- * Only applicable for Text Classification, Image Object Detection; all other
1670- * domains manage deployment automatically.
1683+ * Only applicable for Text Classification, Image Object Detection , Tables, and Image Segmentation ; all other domains manage
1684+ * deployment automatically.
16711685 * Returns an empty response in the
16721686 * [response][google.longrunning.Operation.response] field when it completes.
16731687 * </pre>
@@ -1686,7 +1700,7 @@ public void deployModel(
16861700 *
16871701 * <pre>
16881702 * Undeploys a model. If the model is not deployed this method has no effect.
1689- * Only applicable for Text Classification, Image Object Detection;
1703+ * Only applicable for Text Classification, Image Object Detection and Tables ;
16901704 * all other domains manage deployment automatically.
16911705 * Returns an empty response in the
16921706 * [response][google.longrunning.Operation.response] field when it completes.
@@ -1861,6 +1875,13 @@ public com.google.longrunning.Operation deleteDataset(
18611875 *
18621876 * <pre>
18631877 * Imports data into a dataset.
1878+ * For Tables this method can only be called on an empty Dataset.
1879+ * For Tables:
1880+ * * A
1881+ * [schema_inference_version][google.cloud.automl.v1.InputConfig.params]
1882+ * parameter must be explicitly set.
1883+ * Returns an empty response in the
1884+ * [response][google.longrunning.Operation.response] field when it completes.
18641885 * </pre>
18651886 */
18661887 public com .google .longrunning .Operation importData (
@@ -1976,10 +1997,10 @@ public com.google.cloud.automl.v1.Model updateModel(
19761997 * Deploys a model. If a model is already deployed, deploying it with the
19771998 * same parameters has no effect. Deploying with different parametrs
19781999 * (as e.g. changing
1979- * [node_number][google.cloud.automl.v1 .ImageObjectDetectionModelDeploymentMetadata.node_number])
2000+ * [node_number][google.cloud.automl.v1p1beta .ImageObjectDetectionModelDeploymentMetadata.node_number])
19802001 * will reset the deployment state without pausing the model's availability.
1981- * Only applicable for Text Classification, Image Object Detection; all other
1982- * domains manage deployment automatically.
2002+ * Only applicable for Text Classification, Image Object Detection , Tables, and Image Segmentation ; all other domains manage
2003+ * deployment automatically.
19832004 * Returns an empty response in the
19842005 * [response][google.longrunning.Operation.response] field when it completes.
19852006 * </pre>
@@ -1995,7 +2016,7 @@ public com.google.longrunning.Operation deployModel(
19952016 *
19962017 * <pre>
19972018 * Undeploys a model. If the model is not deployed this method has no effect.
1998- * Only applicable for Text Classification, Image Object Detection;
2019+ * Only applicable for Text Classification, Image Object Detection and Tables ;
19992020 * all other domains manage deployment automatically.
20002021 * Returns an empty response in the
20012022 * [response][google.longrunning.Operation.response] field when it completes.
@@ -2157,6 +2178,13 @@ protected AutoMlFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
21572178 *
21582179 * <pre>
21592180 * Imports data into a dataset.
2181+ * For Tables this method can only be called on an empty Dataset.
2182+ * For Tables:
2183+ * * A
2184+ * [schema_inference_version][google.cloud.automl.v1.InputConfig.params]
2185+ * parameter must be explicitly set.
2186+ * Returns an empty response in the
2187+ * [response][google.longrunning.Operation.response] field when it completes.
21602188 * </pre>
21612189 */
21622190 public com .google .common .util .concurrent .ListenableFuture <com .google .longrunning .Operation >
@@ -2275,10 +2303,10 @@ protected AutoMlFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
22752303 * Deploys a model. If a model is already deployed, deploying it with the
22762304 * same parameters has no effect. Deploying with different parametrs
22772305 * (as e.g. changing
2278- * [node_number][google.cloud.automl.v1 .ImageObjectDetectionModelDeploymentMetadata.node_number])
2306+ * [node_number][google.cloud.automl.v1p1beta .ImageObjectDetectionModelDeploymentMetadata.node_number])
22792307 * will reset the deployment state without pausing the model's availability.
2280- * Only applicable for Text Classification, Image Object Detection; all other
2281- * domains manage deployment automatically.
2308+ * Only applicable for Text Classification, Image Object Detection , Tables, and Image Segmentation ; all other domains manage
2309+ * deployment automatically.
22822310 * Returns an empty response in the
22832311 * [response][google.longrunning.Operation.response] field when it completes.
22842312 * </pre>
@@ -2294,7 +2322,7 @@ protected AutoMlFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
22942322 *
22952323 * <pre>
22962324 * Undeploys a model. If the model is not deployed this method has no effect.
2297- * Only applicable for Text Classification, Image Object Detection;
2325+ * Only applicable for Text Classification, Image Object Detection and Tables ;
22982326 * all other domains manage deployment automatically.
22992327 * Returns an empty response in the
23002328 * [response][google.longrunning.Operation.response] field when it completes.
0 commit comments