Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.07 KB

RunStatus.md

File metadata and controls

26 lines (21 loc) · 2.07 KB

PollinationSDK.Model.RunStatus

Properties

Name Type Description Notes
Inputs List<AnyOfStepStringInputStepIntegerInputStepNumberInputStepBooleanInputStepFolderInputStepFileInputStepPathInputStepArrayInputStepJSONObjectInput> The inputs used for this run.
Outputs List<AnyOfStepStringOutputStepIntegerOutputStepNumberOutputStepBooleanOutputStepFolderOutputStepFileOutputStepPathOutputStepArrayOutputStepJSONObjectOutput> The outputs produced by this run.
StartedAt DateTime The time at which the task was started
Id string The ID of the individual run.
JobId string The ID of the job that generated this run.
Annotations Dictionary<string, string> An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
Message string Any message produced by the task. Usually error/debugging hints. [optional]
FinishedAt DateTime The time at which the task was completed [optional]
Source string Source url for the status object. It can be a recipe or a function. [optional]
ApiVersion string [optional] [readonly] [default to "v1beta1"]
Entrypoint string The ID of the first step in the run. [optional]
Status RunStatusEnum The status of this run. [optional]
Steps Dictionary<string, StepStatus> [optional]
Type string [optional] [readonly] [default to "RunStatus"]

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