INPUT_OBJECT

SingleEngineJobInput

link GraphQL Schema definition

1input SingleEngineJobInput {
4
2# Engine ID to be used for the task.
3engineId: ID!
7
5# Target tdo ID. Either targetId or uploadUri must be defined, but not both
6targetId: ID
11
8# The upload url for the engine. Either targetId or uploadUri must be defined, but
9# not both
10uploadUrl: String
14
12# Cluster ID when creating job
13clusterId: ID
16
15priority: Int
19
17# Engine field values for the default engine template
18fields: [EngineFieldValue]
20}