google_api_dataproc v0.32.1 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

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.