parameter
functiongworker_client.params.parameter
Mark a class attribute as a runtime-injected parameter. Parameters can be set per-invocation without redeploying. Pass default= to provide a fallback value when the parameter is not supplied.
Signature
python
1parameter(default: Any = _MISSING) -> Any