File tree 2 files changed +19
-2
lines changed
packages/google-cloud-automl
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const [response] = await client.predict({
93
93
payload: payload,
94
94
params: params,
95
95
});
96
- console .log (` Prediction results:` );
96
+ console .log (' Prediction results:' );
97
97
response .payload .forEach (result => {
98
98
console .log (` Predicted class name: ${ result .displayName } ` );
99
99
console .log (` Predicted class score: ${ result .classification .score } ` );
Original file line number Diff line number Diff line change 1
1
{
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
+ ],
3
20
"destinations": [
4
21
{
5
22
"client": {
You can’t perform that action at this time.
0 commit comments