-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.project-metadata.yaml
More file actions
executable file
·39 lines (36 loc) · 1.22 KB
/
.project-metadata.yaml
File metadata and controls
executable file
·39 lines (36 loc) · 1.22 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
name: ActiveLearner
description: Launches Active Learning workflow
author: Cloudera Inc.
specification_version: 1.0
prototype_version: 1.0
date: "2021-01-07"
api_version: 1
tasks:
- type: create_job
name: Install dependencies
entity_label: install_deps
script: cml/install_deps.py
arguments: None
cpu: 4
memory: 6
short_summary: Job to install dependencies and download training data.
environment:
TASK_TYPE: CREATE/RUN_JOB
kernel: python3
- type: run_job
entity_label: install_deps
short_summary: Running install dependencies training job.
long_summary: >-
Running the job to install dependencies.
- type: start_application
short_summary: Create a web application that serves the Active Learner workflow
long_summary: Create a web application that serves the Active Learner workflow. Note that this prototype requires a minimum of 2 CPUs and 6GB memory.
name: Active Learner
subdomain: al
description: Create a web application for active learning workflow. Note that this prototype requires a minimum of 2 CPUs and 6GB memory.
script: apps/app.py
cpu: 4
memory: 6
environment_variables:
TASK_TYPE: START_APPLICATION
kernel: python3