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

train-deployment.yaml 738 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 'train'
  3. ###
  4. name: train
  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: train
  24. manifest_path: train-manifest.json
  25. storage:
  26. basepath: /Users/khuyen/prefect2-mlops-demo
  27. _is_anonymous: true
  28. _block_document_name: anonymous-9db146ae-a878-4ff7-9d02-7b43c38bf199
  29. _block_document_id: e5b4dc21-576c-4eb9-a301-a925becaaa47
  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...