View Source GoogleApi.Dataflow.V1b3.Model.WorkerThreadScalingReport (google_api_dataflow v0.48.0)

Contains information about the thread scaling information of a worker.

Attributes

  • currentThreadCount (type: integer(), default: nil) - Current number of active threads in a worker.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.WorkerThreadScalingReport{
  currentThreadCount: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.