forked from DataTalksClub/mlops-zoomcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
43 lines (43 loc) · 1011 Bytes
/
meta.json
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
{
"module": {
"number": 3,
"title": "Orchestration and ML Pipelines"
},
"units": [
{
"number": 1,
"title": "Introdution to Workflow Orchestration",
"youtube": "https://www.youtube.com/watch?v=Cqb7wyaNF08"
},
{
"number": 2,
"title": "Introduction to Prefect",
"youtube": "https://www.youtube.com/watch?v=rTUBTvXvXvM"
},
{
"number": 3,
"title": "Prefect Workflow",
"youtube": "https://www.youtube.com/watch?v=x3bV8yMKjtc"
},
{
"number": 4,
"title": "Deploying Your Workflow",
"youtube": "https://www.youtube.com/watch?v=3YjagezFhOo"
},
{
"number": 5,
"title": "Working with Deployments",
"youtube": "https://www.youtube.com/watch?v=jVmaaqs63O8"
},
{
"number": 6,
"title": "Prefect Cloud (optional)",
"youtube": "https://www.youtube.com/watch?v=y89Ww85EUdo"
},
{
"number": 7,
"title": "Homework",
"youtube": ""
}
]
}