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

Commit

Permalink
docs(v1): regenerate proto documentation (#119)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/110067b2-6579-4365-b3bd-82a9a92c4fcc/targets
  • Loading branch information
gcf-merge-on-green[bot] committed Mar 5, 2020
1 parent f152796 commit 372d464
Show file tree
Hide file tree
Showing 116 changed files with 7,218 additions and 3,601 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -1091,6 +1091,13 @@ public void deleteDataset(
*
* <pre>
* Imports data into a dataset.
* For Tables this method can only be called on an empty Dataset.
* For Tables:
* * A
* [schema_inference_version][google.cloud.automl.v1.InputConfig.params]
* parameter must be explicitly set.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
* </pre>
*/
public void importData(
Expand Down Expand Up @@ -1208,10 +1215,10 @@ public void updateModel(
* Deploys a model. If a model is already deployed, deploying it with the
* same parameters has no effect. Deploying with different parametrs
* (as e.g. changing
* [node_number][google.cloud.automl.v1.ImageObjectDetectionModelDeploymentMetadata.node_number])
* [node_number][google.cloud.automl.v1p1beta.ImageObjectDetectionModelDeploymentMetadata.node_number])
* will reset the deployment state without pausing the model's availability.
* Only applicable for Text Classification, Image Object Detection; all other
* domains manage deployment automatically.
* Only applicable for Text Classification, Image Object Detection , Tables, and Image Segmentation; all other domains manage
* deployment automatically.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
* </pre>
Expand All @@ -1227,7 +1234,7 @@ public void deployModel(
*
* <pre>
* Undeploys a model. If the model is not deployed this method has no effect.
* Only applicable for Text Classification, Image Object Detection;
* Only applicable for Text Classification, Image Object Detection and Tables;
* all other domains manage deployment automatically.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
Expand Down Expand Up @@ -1523,6 +1530,13 @@ public void deleteDataset(
*
* <pre>
* Imports data into a dataset.
* For Tables this method can only be called on an empty Dataset.
* For Tables:
* * A
* [schema_inference_version][google.cloud.automl.v1.InputConfig.params]
* parameter must be explicitly set.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
* </pre>
*/
public void importData(
Expand Down Expand Up @@ -1664,10 +1678,10 @@ public void updateModel(
* Deploys a model. If a model is already deployed, deploying it with the
* same parameters has no effect. Deploying with different parametrs
* (as e.g. changing
* [node_number][google.cloud.automl.v1.ImageObjectDetectionModelDeploymentMetadata.node_number])
* [node_number][google.cloud.automl.v1p1beta.ImageObjectDetectionModelDeploymentMetadata.node_number])
* will reset the deployment state without pausing the model's availability.
* Only applicable for Text Classification, Image Object Detection; all other
* domains manage deployment automatically.
* Only applicable for Text Classification, Image Object Detection , Tables, and Image Segmentation; all other domains manage
* deployment automatically.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
* </pre>
Expand All @@ -1686,7 +1700,7 @@ public void deployModel(
*
* <pre>
* Undeploys a model. If the model is not deployed this method has no effect.
* Only applicable for Text Classification, Image Object Detection;
* Only applicable for Text Classification, Image Object Detection and Tables;
* all other domains manage deployment automatically.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
Expand Down Expand Up @@ -1861,6 +1875,13 @@ public com.google.longrunning.Operation deleteDataset(
*
* <pre>
* Imports data into a dataset.
* For Tables this method can only be called on an empty Dataset.
* For Tables:
* * A
* [schema_inference_version][google.cloud.automl.v1.InputConfig.params]
* parameter must be explicitly set.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
* </pre>
*/
public com.google.longrunning.Operation importData(
Expand Down Expand Up @@ -1976,10 +1997,10 @@ public com.google.cloud.automl.v1.Model updateModel(
* Deploys a model. If a model is already deployed, deploying it with the
* same parameters has no effect. Deploying with different parametrs
* (as e.g. changing
* [node_number][google.cloud.automl.v1.ImageObjectDetectionModelDeploymentMetadata.node_number])
* [node_number][google.cloud.automl.v1p1beta.ImageObjectDetectionModelDeploymentMetadata.node_number])
* will reset the deployment state without pausing the model's availability.
* Only applicable for Text Classification, Image Object Detection; all other
* domains manage deployment automatically.
* Only applicable for Text Classification, Image Object Detection , Tables, and Image Segmentation; all other domains manage
* deployment automatically.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
* </pre>
Expand All @@ -1995,7 +2016,7 @@ public com.google.longrunning.Operation deployModel(
*
* <pre>
* Undeploys a model. If the model is not deployed this method has no effect.
* Only applicable for Text Classification, Image Object Detection;
* Only applicable for Text Classification, Image Object Detection and Tables;
* all other domains manage deployment automatically.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
Expand Down Expand Up @@ -2157,6 +2178,13 @@ protected AutoMlFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
*
* <pre>
* Imports data into a dataset.
* For Tables this method can only be called on an empty Dataset.
* For Tables:
* * A
* [schema_inference_version][google.cloud.automl.v1.InputConfig.params]
* parameter must be explicitly set.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
Expand Down Expand Up @@ -2275,10 +2303,10 @@ protected AutoMlFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
* Deploys a model. If a model is already deployed, deploying it with the
* same parameters has no effect. Deploying with different parametrs
* (as e.g. changing
* [node_number][google.cloud.automl.v1.ImageObjectDetectionModelDeploymentMetadata.node_number])
* [node_number][google.cloud.automl.v1p1beta.ImageObjectDetectionModelDeploymentMetadata.node_number])
* will reset the deployment state without pausing the model's availability.
* Only applicable for Text Classification, Image Object Detection; all other
* domains manage deployment automatically.
* Only applicable for Text Classification, Image Object Detection , Tables, and Image Segmentation; all other domains manage
* deployment automatically.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
* </pre>
Expand All @@ -2294,7 +2322,7 @@ protected AutoMlFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
*
* <pre>
* Undeploys a model. If the model is not deployed this method has no effect.
* Only applicable for Text Classification, Image Object Detection;
* Only applicable for Text Classification, Image Object Detection and Tables;
* all other domains manage deployment automatically.
* Returns an empty response in the
* [response][google.longrunning.Operation.response] field when it completes.
Expand Down

0 comments on commit 372d464

Please sign in to comment.