Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 953 Bytes

Recipe.md

File metadata and controls

18 lines (13 loc) · 953 Bytes

PollinationSDK.Model.Recipe

Properties

Name Type Description Notes
Flow List<DAG> A list of tasks to create a DAG recipe.
Type string [optional] [readonly] [default to "Recipe"]
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]

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