Skip to content

Commit 3a40006

Browse files
yoshi-automationbcoeJustinBeckwith
authored
chore: linting
Co-authored-by: Benjamin E. Coe <[email protected]> Co-authored-by: Justin Beckwith <[email protected]>
1 parent c0b93a3 commit 3a40006

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

packages/google-cloud-automl/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const [response] = await client.predict({
9393
payload: payload,
9494
params: params,
9595
});
96-
console.log(`Prediction results:`);
96+
console.log('Prediction results:');
9797
response.payload.forEach(result => {
9898
console.log(`Predicted class name: ${result.displayName}`);
9999
console.log(`Predicted class score: ${result.classification.score}`);

packages/google-cloud-automl/synth.metadata

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
2-
"updateTime": "2020-04-01T17:59:50.577186Z",
2+
"updateTime": "2020-04-02T11:12:17.121671Z",
3+
"sources": [
4+
{
5+
"git": {
6+
"name": "googleapis",
7+
"remote": "https://github.com/googleapis/googleapis.git",
8+
"sha": "75047719f704d61f405cac6d7439637ab36c1232",
9+
"internalRef": "304305096"
10+
}
11+
},
12+
{
13+
"git": {
14+
"name": "synthtool",
15+
"remote": "https://github.com/googleapis/synthtool.git",
16+
"sha": "99820243d348191bc9c634f2b48ddf65096285ed"
17+
}
18+
}
19+
],
320
"destinations": [
421
{
522
"client": {

0 commit comments

Comments
 (0)