Share via


ActivityTriggerConverter クラス

継承
ActivityTriggerConverter
ActivityTriggerConverter

コンストラクター

ActivityTriggerConverter()

メソッド

check_input_type_annotation
check_output_type_annotation
decode
encode
has_implicit_output

check_input_type_annotation

check_input_type_annotation(pytype)

パラメーター

名前 説明
pytype
必須

check_output_type_annotation

check_output_type_annotation(pytype)

パラメーター

名前 説明
pytype
必須

decode

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

パラメーター

名前 説明
data
必須

Keyword-Only パラメータ

名前 説明
trigger_metadata
必須

encode

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

パラメーター

名前 説明
obj
必須

Keyword-Only パラメータ

名前 説明
expected_type
必須

has_implicit_output

has_implicit_output() -> bool