GoogleApi.Genomics.V1.Model.DelayedEvent (google_api_genomics v0.18.0) View Source

An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run.

Attributes

  • cause (type: String.t, default: nil) - A textual description of the cause of the delay. The string can change without notice because it is often generated by another service (such as Compute Engine).
  • metrics (type: list(String.t), default: nil) - If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, CPUS or INSTANCES). If the particular metric is not known, a single UNKNOWN metric will be present.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V1.Model.DelayedEvent{
  cause: String.t() | nil,
  metrics: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.