-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.yaml
42 lines (42 loc) · 1 KB
/
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
kind: project
metadata:
name: new-ci-cd-proj-shapira
created: '2023-04-17T13:27:10.756000'
spec:
functions:
- url: ./src/data_fetch.py
name: data-fetch
kind: job
image: mlrun/mlrun
handler: data_fetch
with_repo: true
tag: v4
- url: ./src/train.py
name: train
kind: job
image: mlrun/mlrun
handler: train
with_repo: true
tag: v4
- url: ./function_spec/serving.yaml
name: serving
workflows:
- path: ./src/workflow.py
name: main
artifacts:
- kind: model
metadata:
project: new-ci-cd-proj-shapira
key: model-test
spec:
target_path: v3io:///projects/new-ci-cd-proj-shapira/artifacts/a5d545c6-fd5d-44e8-966c-24b9261314be/train/0/model/
model_file: model.pkl
status:
state: created
conda: ''
source: git://github.com/GiladShapira94/example-ci-cd.git#master
origin_url: git://github.com/GiladShapira94/example-ci-cd.git#refs/heads/master
load_source_on_run: true
desired_state: online
status:
state: online