class documentation
class SearchAttributeKey(ABC, Generic[
Known subclasses: temporalio.common._SearchAttributeKey
Typed search attribute key representation.
Use one of the for static methods here to create a key.
def value_set(self, value:
SearchAttributeValueType) -> SearchAttributeUpdate[ SearchAttributeValueType]:
(source)
¶
Create a search attribute update to set the given value on this key.
overridden in
temporalio.common._SearchAttributeKeyGet the Python type of value for the key.
This may contain generics which cannot be used in isinstance.
origin_value_type can be used instead.
Undocumented
def _guess_from_untyped_values(name:
str, vals: SearchAttributeValues) -> SearchAttributeKey | None:
(source)
¶
Undocumented
