File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Deep Learning for Anomaly Detection
2
+ description : Neural Question Answering
3
+ author : Cloudera Engineer
4
+ specification_version : 1.0
5
+ prototype_version : 1.0
6
+ date : " 2020-09-29"
7
+ api_version : 1
8
+
9
+ environment_variables :
10
+ AWS_ACCESS_KEY :
11
+ default : " SUPER AWESOME AWS KEY"
12
+ description : " Access Key ID for accessing S3 bucket"
13
+ prompt_user : true
14
+
15
+ tasks :
16
+ - type : create_job
17
+ name : Install dependencies
18
+ entity_label : install_deps
19
+ script : install_deps.py
20
+ arguments : None
21
+ short_summary : Job to install dependencies and download training data.
22
+ environment :
23
+ TASK_TYPE : CREATE/RUN_JOB
24
+ kernel : python3
25
+
26
+ - type : run_job
27
+ entity_label : install_deps
28
+ short_summary : Running install dependencies training job.
29
+ long_summary : >-
30
+ Running the job to install dependencies.
31
+
32
+ - type : start_application
33
+ name : Application to serve NeuralQA UI
34
+ subdomain : neuralqa
35
+ script : app.py
36
+ environment_variables :
37
+ TASK_TYPE : START_APPLICATION
38
+ kernel : python3
You can’t perform that action at this time.
0 commit comments