Changes
Page history
alexlag created page: docker
authored
Apr 13, 2015
by
Aleksey Laguta
Show whitespace changes
Inline
Side-by-side
deployment.markdown
View page @
5a09364a
...
...
@@ -40,15 +40,22 @@ Configuration file with comments(not copy-ready, json files don't support commen
# Array of types for questions
"types"
:
[
{
# Either
s
ingle
l
abel or
m
ulti
l
abel currently
"name"
:
"
s
ingle
l
abel"
,
# Either
S
ingle
L
abel or
M
ulti
L
abel currently
"name"
:
"
S
ingle
L
abel"
,
# Parameters for type
"params"
:
[
"params"
:
{
# Question to be asked
"Classification question?
"
,
"text"
:
"Select one answer below:
"
,
# Array of answer options as strings
[
"Answer 1"
,
"Answer 2"
]
]
"options"
:
[
"Answer 1"
,
"Answer 2"
,
"Answer 3"
]
}
},
{
"name"
:
"MultiLabel"
,
"params"
:
{
"text"
:
"Select several answers below:"
,
"options"
:
[
"First Answer"
,
"Second Answer"
,
"Third Answer"
]
}
}
],
# Absolute path to dataset file
...
...
...
...