Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.17 KB

Job.md

File metadata and controls

20 lines (15 loc) · 1.17 KB

PollinationSDK.Model.Job

Properties

Name Type Description Notes
Source string The source url for downloading the recipe.
Type string [optional] [readonly] [default to "Job"]
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"]
Arguments List<List<AnyOfJobArgumentJobPathArgument>> Input arguments for this job. [optional]
Name string An optional name for this job. This name will be used a the display name for the run. [optional]
Description string Run description. [optional]
Labels Dictionary<string, string> Optional user data as a dictionary. User data is for user reference only and will not be used in the execution of the job. [optional]

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