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