Provides data to pass through to the worker harness.
Attributes
Name
Description
base_url
str
The base URL for accessing Google Cloud APIs.
When workers access Google Cloud APIs, they
logically do so via relative URLs. If this
field is specified, it supplies the base URL to
use for resolving these relative URLs. The
normative algorithm used is defined by RFC 1808,
"Relative Uniform Resource Locators".
If not specified, the default value is
"http://www.googleapis.com/".
reporting_enabled
bool
Whether to send work progress updates to the
service.
service_path
str
The Cloud Dataflow service path relative to
the root URL, for example,
"dataflow/v1b3/projects".
shuffle_service_path
str
The Shuffle service path relative to the root
URL, for example, "shuffle/v1beta1".
worker_id
str
The ID of the worker running this pipeline.
temp_storage_prefix
str
The prefix of the resources the system should
use for temporary storage.
The supported resource type is:
Google Cloud Storage:
storage.googleapis.com/{bucket}/{object}
bucket.storage.googleapis.com/{object}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class WorkerSettings (0.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.9.0 (latest)](/python/docs/reference/dataflow/latest/google.cloud.dataflow_v1beta3.types.WorkerSettings)\n- [0.8.17](/python/docs/reference/dataflow/0.8.17/google.cloud.dataflow_v1beta3.types.WorkerSettings)\n- [0.7.0](/python/docs/reference/dataflow/0.7.0/google.cloud.dataflow_v1beta3.types.WorkerSettings)\n- [0.6.2](/python/docs/reference/dataflow/0.6.2/google.cloud.dataflow_v1beta3.types.WorkerSettings)\n- [0.5.5](/python/docs/reference/dataflow/0.5.5/google.cloud.dataflow_v1beta3.types.WorkerSettings)\n- [0.4.1](/python/docs/reference/dataflow/0.4.1/google.cloud.dataflow_v1beta3.types.WorkerSettings)\n- [0.3.1](/python/docs/reference/dataflow/0.3.1/google.cloud.dataflow_v1beta3.types.WorkerSettings)\n- [0.2.0](/python/docs/reference/dataflow/0.2.0/google.cloud.dataflow_v1beta3.types.WorkerSettings)\n- [0.1.5](/python/docs/reference/dataflow/0.1.5/google.cloud.dataflow_v1beta3.types.WorkerSettings) \n\n WorkerSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nProvides data to pass through to the worker harness."]]