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

Commit 9bae58e

Browse files
chore: regenerate README (#457)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-11 20:54:39,355 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-automl/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-11 20:54:41,006 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/da25d770-3f94-4313-9c47-40105cc32d96/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 99f2183 commit 9bae58e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-automl.git",
7-
"sha": "612e22eacad542bf920131b782ef1ec79af82c0f"
7+
"sha": "99f2183288f6fe888f0662224df4fca1909a489a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8"
14+
"sha": "2414b817065726eae0bc525346c7e874f969369d"
1515
}
1616
}
1717
]

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>16.2.1</version>
20+
<version>16.4.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -47,12 +47,12 @@ If you are using Maven without BOM, add this to your dependencies:
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>
4949
<artifactId>google-cloud-automl</artifactId>
50-
<version>1.3.3</version>
50+
<version>1.3.4</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-bigquery</artifactId>
55-
<version>1.126.3</version>
55+
<version>1.127.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud</groupId>
@@ -64,7 +64,7 @@ If you are using Maven without BOM, add this to your dependencies:
6464

6565
If you are using Gradle 5.x or later, add this to your dependencies
6666
```Groovy
67-
implementation platform('com.google.cloud:libraries-bom:16.2.1')
67+
implementation platform('com.google.cloud:libraries-bom:16.4.0')
6868
6969
compile 'com.google.cloud:google-cloud-automl'
7070
```
@@ -181,7 +181,6 @@ has instructions for running the samples.
181181
| Classification Deploy Model | [source code](https://github.com/googleapis/java-automl/blob/master/samples/snippets/src/main/java/com/google/cloud/vision/ClassificationDeployModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-automl&page=editor&open_in_editor=samples/snippets/src/main/java/com/google/cloud/vision/ClassificationDeployModel.java) |
182182
| Classification Undeploy Model | [source code](https://github.com/googleapis/java-automl/blob/master/samples/snippets/src/main/java/com/google/cloud/vision/ClassificationUndeployModel.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-automl&page=editor&open_in_editor=samples/snippets/src/main/java/com/google/cloud/vision/ClassificationUndeployModel.java) |
183183
| Model Api | [source code](https://github.com/googleapis/java-automl/blob/master/samples/snippets/src/main/java/com/google/cloud/vision/ModelApi.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-automl&page=editor&open_in_editor=samples/snippets/src/main/java/com/google/cloud/vision/ModelApi.java) |
184-
| Object Detection Deploy Model Node Count | [source code](https://github.com/googleapis/java-automl/blob/master/samples/snippets/src/main/java/com/google/cloud/vision/ObjectDetectionDeployModelNodeCount.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-automl&page=editor&open_in_editor=samples/snippets/src/main/java/com/google/cloud/vision/ObjectDetectionDeployModelNodeCount.java) |
185184
| Prediction Api | [source code](https://github.com/googleapis/java-automl/blob/master/samples/snippets/src/main/java/com/google/cloud/vision/PredictionApi.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-automl&page=editor&open_in_editor=samples/snippets/src/main/java/com/google/cloud/vision/PredictionApi.java) |
186185

187186

0 commit comments

Comments
 (0)