OrchestrationTriggerConverter Classe
- Herança
-
OrchestrationTriggerConverterOrchestrationTriggerConverter
Construtor
OrchestrationTriggerConverter()
Métodos
check_input_type_annotation | |
check_output_type_annotation | |
decode | |
encode | |
has_implicit_output |
check_input_type_annotation
check_input_type_annotation(pytype)
Parâmetros
Nome | Description |
---|---|
pytype
Obrigatório
|
|
check_output_type_annotation
check_output_type_annotation(pytype)
Parâmetros
Nome | Description |
---|---|
pytype
Obrigatório
|
|
decode
decode(data: Datum, *, trigger_metadata) -> OrchestrationContext
Parâmetros
Nome | Description |
---|---|
data
Obrigatório
|
|
Parâmetros de apenas palavra-chave
Nome | Description |
---|---|
trigger_metadata
Obrigatório
|
|
encode
encode(obj: Any, *, expected_type: type | None) -> Datum
Parâmetros
Nome | Description |
---|---|
obj
Obrigatório
|
|
Parâmetros de apenas palavra-chave
Nome | Description |
---|---|
expected_type
Obrigatório
|
|
has_implicit_output
has_implicit_output() -> bool
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python