INPUT_OBJECT
LaunchDAGTemplateInput
link GraphQL Schema definition
1 input LaunchDAGTemplateInput { 4 2 # The DAG template ID for launching. 3 ID! : 7 5 # DAG template field values 6 EngineFieldValue] : [ 10 8 # Target tdo ID. Either targetId or uploadUrl must be defined, but not both 9 ID : 14 11 # The upload url for the engine. Either targetId or uploadUrl must be defined, but 12 # not both 13 String : 17 15 # This contains a list of URIs engine toolkit will send completed chunks. 16 String] : [ 20 18 # Cluster ID when creating job 19 ID : 21 }