google_api_genomics v0.5.0 GoogleApi.Genomics.V1.Model.DelayedEvent 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 (String.t): 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). Defaults to: null.
  • metrics ([String.t]): 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. Defaults to: null.

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.Genomics.V1.Model.DelayedEvent{
  cause: any(),
  metrics: [any()]
}

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.