GoogleApi.Dataproc.V1.Model.JobMetadata (google_api_dataproc v0.49.0) 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() | nil, operationType: String.t() | nil, startTime: DateTime.t() | nil, status: GoogleApi.Dataproc.V1.Model.JobStatus.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.