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