Skip to content

Commit e8ea5e7

Browse files
committed
add project yaml v0
1 parent 91a1805 commit e8ea5e7

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.project-metadata.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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

0 commit comments

Comments
 (0)