Sdílet prostřednictvím


OrchestrationTriggerConverter Třída

Dědičnost
OrchestrationTriggerConverter
OrchestrationTriggerConverter

Konstruktor

OrchestrationTriggerConverter()

Metody

check_input_type_annotation
check_output_type_annotation
decode
encode
has_implicit_output

check_input_type_annotation

check_input_type_annotation(pytype)

Parametry

Name Description
pytype
Vyžadováno

check_output_type_annotation

check_output_type_annotation(pytype)

Parametry

Name Description
pytype
Vyžadováno

decode

decode(data: Datum, *, trigger_metadata) -> OrchestrationContext

Parametry

Name Description
data
Vyžadováno

Výhradně parametry klíčových slov

Name Description
trigger_metadata
Vyžadováno

encode

encode(obj: Any, *, expected_type: type | None) -> Datum

Parametry

Name Description
obj
Vyžadováno

Výhradně parametry klíčových slov

Name Description
expected_type
Vyžadováno

has_implicit_output

has_implicit_output() -> bool