Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.12 KB

BakedRecipe.md

File metadata and controls

20 lines (15 loc) · 1.12 KB

PollinationSDK.Model.BakedRecipe

Properties

Name Type Description Notes
Flow List<DAG> A list of tasks to create a DAG recipe.
Digest string
Templates List<AnyOfTemplateFunctionDAG> A list of templates. Templates can be Function or a DAG.
Annotations Dictionary<string, string> An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
ApiVersion string [optional] [readonly] [default to "v1beta1"]
Metadata MetaData Recipe metadata information. [optional]
Dependencies List<Dependency> A list of plugins and other recipes this recipe depends on. [optional]
Type string [optional] [readonly] [default to "BakedRecipe"]

[Back to Model list] [Back to API list] [Back to README]