INPUT_OBJECT
UpdateScheduledJob
link GraphQL Schema definition
1 input UpdateScheduledJob { 3 2 : ID! 5 4 : [ID!] 8 6 # Optionally, specify the job template definitions here. 7 : [CreateJobTemplate!] 11 9 # Config for existing DAG templates that should be used to generate Job templates 10 : ScheduledJobDagTemplateConfig 13 12 : [CreateWeeklySchedulePart!] 15 14 : [CreateRecurringSchedulePart!] 17 16 : String 20 18 # A detailed description. Defaults to name. 19 : String 22 21 : RunMode 29 23 # JSON containing metadata details for this scheduled job. 24 # If the scheduled job does not already have a schema ID 25 # associated with, one must be supplied along with this data. 26 # In either case, the supplied data must comply with the 27 # schema. 28 : JSONData 32 30 # ID of the schema for detail metadata on this scheduled job 31 : ID 34 33 : Boolean 36 35 : DateTime 38 37 : DateTime 41 39 # Optionally, associate content templates with the new scheduled job 40 : [CreateScheduledJobContentTemplateWithScheduledJob!] 46 42 # Indicates whether or not the scheduled job is publicly accessible. 43 # Only Veritone administrators can create public scheduled jobs. 44 # Other users will get an error if they attempt to set this value to true. 45 : Boolean 48 47 : [CreateProgramAffiliate!] 52 49 # Indicates whether or not the scheduled job we should upgrade this schedule job 50 # to the new data model if an upgrade is possible. 51 : Boolean 54 53 : [ID!] 57 55 # The ingestion status enum of scheduled job 56 : IngestionStatus 60 58 # The ingestion status id of scheduled job 59 : ID 61 }
link Required by
This element is not required by anyone