google_api_dataproc v0.39.0 GoogleApi.Dataproc.V1.Model.JobMetadata View Source
Job Operation metadata.
Attributes
-
jobId
(type:String.t
, default:nil
) - Output only. The job id. -
operationType
(type:String.t
, default:nil
) - Output only. Operation type. -
startTime
(type:DateTime.t
, default:nil
) - Output only. Job submission time. -
status
(type:GoogleApi.Dataproc.V1.Model.JobStatus.t
, default:nil
) - Output only. Most recent job status.
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.JobMetadata{ jobId: String.t(), operationType: String.t(), startTime: DateTime.t(), status: GoogleApi.Dataproc.V1.Model.JobStatus.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.