View Source GoogleApi.Dataflow.V1b3.Model.WorkerThreadScalingReportResponse (google_api_dataflow v0.52.0)
Contains the thread scaling recommendation for a worker from the backend.
Attributes
-
recommendedThreadCount
(type:integer()
, default:nil
) - Recommended number of threads for a worker.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.WorkerThreadScalingReportResponse{ recommendedThreadCount: integer() | nil }