forked from mlrun/project-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yaml
44 lines (44 loc) · 921 Bytes
/
project.yaml
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
kind: project
metadata:
name: pipe
spec:
description: test
params:
label_column: label
functions:
- url: prep_data.py
name: prep-data
image: mlrun/mlrun
handler: prep_data
with_repo: true
- url: hub://auto-trainer
name: auto-trainer
- url: hub://v2-model-server
name: serve
- url: hub://describe
name: describe
- url: gen_iris.py
name: gen-iris
image: mlrun/mlrun
handler: iris_generator
requirements:
- requests
workflows:
- name: main
path: ./kflow.py
engine: kfp
- name: newflow
path: ./newflow.py
handler: newpipe
artifacts:
- kind: artifact
metadata:
project: pipe
key: data
spec:
target_path: https://s3.wasabisys.com/iguazio/data/iris/iris.data.raw.csv
source: ./
subpath: ''
origin_url: ''
load_source_on_run: true
desired_state: online