Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

prepare_for_training-deployment.yaml 832 B

You have to be logged in to leave a comment. Sign In
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
  1. ###
  2. ### A complete description of a Prefect Deployment for flow 'prepare-for-training'
  3. ###
  4. name: process_data
  5. description: null
  6. version: 8d679edc806905bf406e65780037910b
  7. tags:
  8. - dev
  9. parameters: {}
  10. schedule: null
  11. infrastructure:
  12. type: process
  13. env: {}
  14. labels: {}
  15. name: null
  16. command:
  17. - python
  18. - -m
  19. - prefect.engine
  20. stream_output: true
  21. ###
  22. ### DO NOT EDIT BELOW THIS LINE
  23. ###
  24. flow_name: prepare-for-training
  25. manifest_path: prepare_for_training-manifest.json
  26. storage:
  27. basepath: /Users/khuyen/prefect2-mlops-demo
  28. _is_anonymous: true
  29. _block_document_name: anonymous-77027b52-39a9-4ccc-afd9-661cc260b82c
  30. _block_document_id: 5ec0a49d-278f-482a-af70-921a529fc0de
  31. _block_type_slug: local-file-system
  32. parameter_openapi_schema:
  33. title: Parameters
  34. type: object
  35. properties: {}
  36. required: null
  37. definitions: null
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...