google_api_big_query v0.16.0 GoogleApi.BigQuery.V2.Model.JobStatistics View Source

Attributes

  • completionRatio (type: float(), default: nil) - [TrustedTester] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.
  • creationTime (type: String.t, default: nil) - [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
  • endTime (type: String.t, default: nil) - [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.
  • extract (type: GoogleApi.BigQuery.V2.Model.JobStatistics4.t, default: nil) - [Output-only] Statistics for an extract job.
  • load (type: GoogleApi.BigQuery.V2.Model.JobStatistics3.t, default: nil) - [Output-only] Statistics for a load job.
  • numChildJobs (type: String.t, default: nil) - [Output-only] Number of child jobs executed.
  • parentJobId (type: String.t, default: nil) - [Output-only] If this is a child job, the id of the parent.
  • query (type: GoogleApi.BigQuery.V2.Model.JobStatistics2.t, default: nil) - [Output-only] Statistics for a query job.
  • quotaDeferments (type: list(String.t), default: nil) - [Output-only] Quotas which delayed this job's start time.
  • reservationUsage (type: list(GoogleApi.BigQuery.V2.Model.JobStatisticsReservationUsage.t), default: nil) - [Output-only] Job resource usage breakdown by reservation.
  • reservation_id (type: String.t, default: nil) - [Output-only] Name of the primary reservation assigned to this job. Note that this could be different than reservations reported in the reservation usage field if parent reservations were used to execute this job.
  • startTime (type: String.t, default: nil) - [Output-only] Start time of this job, in milliseconds since the epoch. This field will be present when the job transitions from the PENDING state to either RUNNING or DONE.
  • totalBytesProcessed (type: String.t, default: nil) - [Output-only] [Deprecated] Use the bytes processed in the query statistics instead.
  • totalSlotMs (type: String.t, default: nil) - [Output-only] Slot-milliseconds for the job.

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 Source
t() :: %GoogleApi.BigQuery.V2.Model.JobStatistics{
  completionRatio: float(),
  creationTime: String.t(),
  endTime: String.t(),
  extract: GoogleApi.BigQuery.V2.Model.JobStatistics4.t(),
  load: GoogleApi.BigQuery.V2.Model.JobStatistics3.t(),
  numChildJobs: String.t(),
  parentJobId: String.t(),
  query: GoogleApi.BigQuery.V2.Model.JobStatistics2.t(),
  quotaDeferments: [String.t()],
  reservationUsage: [
    GoogleApi.BigQuery.V2.Model.JobStatisticsReservationUsage.t()
  ],
  reservation_id: String.t(),
  startTime: String.t(),
  totalBytesProcessed: String.t(),
  totalSlotMs: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.