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

An event generated after a worker VM has been assigned to run the pipeline.

Attributes

  • instance (type: String.t, default: nil) - The worker's instance name.
  • machineType (type: String.t, default: nil) - The machine type that was assigned for the worker.
  • zone (type: String.t, default: nil) - The zone the worker is running in.

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.WorkerAssignedEvent{
  instance: String.t() | nil,
  machineType: String.t() | nil,
  zone: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.