INPUT_OBJECT
JobInfoRequest
Description
Request message for polling the status of a job.
link GraphQL Schema definition
- input JobInfoRequest {
- # Additional information that may be required for certain job types.
- : JobInfoRequestDetails!
- # ID of the cluster.
- : String
- # ID of the request.
- : String
- # Type of job to be polled.
- : JobType
- }