Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.55 KB

RecipeInterface.md

File metadata and controls

19 lines (14 loc) · 1.55 KB

PollinationSDK.Model.RecipeInterface

Properties

Name Type Description Notes
Metadata MetaData Recipe metadata information.
Type string [optional] [readonly] [default to "RecipeInterface"]
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"]
Source string A URL to the source this recipe from a registry. [optional]
Inputs List<AnyOfDAGGenericInputDAGStringInputDAGIntegerInputDAGNumberInputDAGBooleanInputDAGFolderInputDAGFileInputDAGPathInputDAGArrayInputDAGJSONObjectInput> A list of recipe inputs. [optional]
Outputs List<AnyOfDAGGenericOutputDAGStringOutputDAGIntegerOutputDAGNumberOutputDAGBooleanOutputDAGFolderOutputDAGFileOutputDAGPathOutputDAGArrayOutputDAGJSONObjectOutput> A list of recipe outputs. [optional]

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