forked from GoogleCloudPlatform/prediction-try-java-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels.json
More file actions
50 lines (50 loc) · 1.44 KB
/
models.json
File metadata and controls
50 lines (50 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"Language Detection" : {
"id" : "languages",
"type" : "hosted",
"project" : "414649711441",
"hostedModelName" : "sample.languageid",
"user_list" : {},
"description" : "This model infers the language of text input.",
"fields" : [
{
"label" : "Phrase",
"help" : "Enter text in English, French or Spanish.",
"rows" : "1",
"cols" : "50"
}
]
},
"Tag Categorizer" : {
"id" : "tagcategorizer",
"type" : "hosted",
"project" : "414649711441",
"hostedModelName" : "sample.tagger",
"user_list" : {},
"description" : "Tags a given text as pertaining to android, appengine, chrome, or youtube.",
"fields" : [
{
"label" : "Phrase",
"help" : "Enter text for tag categorization.",
"rows" : "1",
"cols" : "50"
}
]
},
"Sentiment Predictor" : {
"id" : "sentimentpredictor",
"type" : "hosted",
"project" : "414649711441",
"hostedModelName" : "sample.sentiment",
"user_list" : {},
"description" : "Analyzes the sentiment of a short English-language text snippet.",
"fields" : [
{
"label" : "Phrase",
"help" : "Enter a text comment for sentiment analysis",
"rows" : "1",
"cols" : "50"
}
]
}
}