google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.WorkerMessage View Source

WorkerMessage provides information to the backend about a worker.

Attributes

  • labels (Map[String, String]): Labels are used to group WorkerMessages. For example, a worker_message about a particular container might have the labels: { "JOB_ID": "2015-04-22", "WORKER_ID": "wordcount-vm-2015…" "CONTAINER_TYPE": "worker", "CONTAINER_ID": "ac1234def"} Label tags typically correspond to Label enum values. However, for ease of development other strings can be used as tags. LABEL_UNSPECIFIED should not be used here. Defaults to: null.
  • time (String): The timestamp of the worker_message. Defaults to: null.
  • workerHealthReport (WorkerHealthReport): The health of a worker. Defaults to: null.
  • workerMessageCode (WorkerMessageCode): A worker message code. Defaults to: null.
  • workerMetrics (ResourceUtilizationReport): Resource metrics reported by workers. Defaults to: null.