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

development-deployment.yaml 762 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
  1. ###
  2. ### A complete description of a Prefect Deployment for flow 'development'
  3. ###
  4. name: development
  5. description: null
  6. tags:
  7. - dev
  8. parameters: {}
  9. schedule: null
  10. infrastructure:
  11. type: process
  12. env: {}
  13. labels: {}
  14. name: null
  15. command:
  16. - python
  17. - -m
  18. - prefect.engine
  19. stream_output: true
  20. ###
  21. ### DO NOT EDIT BELOW THIS LINE
  22. ###
  23. flow_name: development
  24. manifest_path: development-manifest.json
  25. storage:
  26. basepath: /Users/khuyen/prefect2-mlops-demo
  27. _is_anonymous: true
  28. _block_document_name: anonymous-78308c80-e17a-43dd-a1d4-894d32d73d63
  29. _block_document_id: 62807754-b57d-46a9-a742-84460265026f
  30. _block_type_slug: local-file-system
  31. parameter_openapi_schema:
  32. title: Parameters
  33. type: object
  34. properties: {}
  35. required: null
  36. definitions: null
Tip!

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

Comments

Loading...