GoogleApi.Dataproc.V1.Model.JobsSummary (google_api_dataproc v0.59.0)

View Source

Data related to Jobs page summary

Attributes

  • activeJobs (type: integer(), default: nil) - Number of active jobs
  • applicationId (type: String.t, default: nil) - Spark Application Id
  • attempts (type: list(GoogleApi.Dataproc.V1.Model.ApplicationAttemptInfo.t), default: nil) - Attempts info
  • completedJobs (type: integer(), default: nil) - Number of completed jobs
  • failedJobs (type: integer(), default: nil) - Number of failed jobs
  • schedulingMode (type: String.t, default: nil) - Spark Scheduling mode

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.JobsSummary{
  activeJobs: integer() | nil,
  applicationId: String.t() | nil,
  attempts: [GoogleApi.Dataproc.V1.Model.ApplicationAttemptInfo.t()] | nil,
  completedJobs: integer() | nil,
  failedJobs: integer() | nil,
  schedulingMode: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.