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

predict-deployment.yaml 747 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 'predict'
  3. ###
  4. name: predict
  5. description: null
  6. tags:
  7. - prod
  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: predict
  24. manifest_path: predict-manifest.json
  25. storage:
  26. basepath: /Users/khuyen/prefect2-mlops-demo
  27. _is_anonymous: true
  28. _block_document_name: anonymous-19ea4c66-a467-4d17-9e40-cfc6865b403d
  29. _block_document_id: 0b7bda6c-9bd3-4b88-9abf-9e3189d28d28
  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...