google_api_dataproc v0.32.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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.