SystemConfigurationWorkers

class pydelfini.delfini_core.models.system_configuration_workers.SystemConfigurationWorkers(backend_connection=Unset, backend_cycle_time=15.0, backend_type=Unset, num_worker_threads=2)[source]

Bases: object

SystemConfigurationWorkers model

Parameters:
backend_connection
Type:

Union[Unset, str]

backend_cycle_time

Default: 15.0.

Type:

Union[Unset, float]

backend_type
Type:

Union[Unset, SystemConfigurationWorkersBackendType]

num_worker_threads

Default: 2.

Type:

Union[Unset, int]

Attributes

backend_connection

backend_cycle_time

backend_type

num_worker_threads

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of SystemConfigurationWorkers from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]