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

docs(v1): regenerate proto documentation #119

Merged
merged 1 commit into from Mar 5, 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.

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