google_api_dataflow v0.8.0 GoogleApi.Dataflow.V1b3.Model.AutoscalingEvent View Source

A structured message reporting an autoscaling decision made by the Dataflow service.

Attributes

  • currentNumWorkers (String.t): The current number of workers the job has. Defaults to: null.
  • description (StructuredMessage): A message describing why the system decided to adjust the current number of workers, why it failed, or why the system decided to not make any changes to the number of workers. Defaults to: null.
  • eventType (String.t): The type of autoscaling event to report. Defaults to: null.

    • Enum - one of [TYPE_UNKNOWN, TARGET_NUM_WORKERS_CHANGED, CURRENT_NUM_WORKERS_CHANGED, ACTUATION_FAILURE, NO_CHANGE]
  • targetNumWorkers (String.t): The target number of workers the worker pool wants to resize to use. Defaults to: null.
  • time (DateTime.t): The time this event was emitted to indicate a new target or current num_workers value. Defaults to: null.
  • workerPool (String.t): A short and friendly name for the worker pool this event refers to, populated from the value of PoolStageRelation::user_pool_name. 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.Dataflow.V1b3.Model.AutoscalingEvent{
  currentNumWorkers: any(),
  description: GoogleApi.Dataflow.V1b3.Model.StructuredMessage.t(),
  eventType: any(),
  targetNumWorkers: any(),
  time: DateTime.t(),
  workerPool: 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.