GoogleApi.Dataproc.V1.Model.SubmitJobRequest (google_api_dataproc v0.42.1) View Source
A request to submit a job.
Attributes
-
job
(type:GoogleApi.Dataproc.V1.Model.Job.t
, default:nil
) - Required. The job resource. -
requestId
(type:String.t
, default:nil
) - Optional. A unique id used to identify the request. If the server receives two SubmitJobRequest requests with the same id, then the second request will be ignored and the first Job created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataproc.V1.Model.SubmitJobRequest{ job: GoogleApi.Dataproc.V1.Model.Job.t(), requestId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.