flytekit.models.core.execution
Directory
Classes
flytekit.models.core.execution.ExecutionError
def ExecutionError(
code: str,
message: str,
error_uri: str,
kind: int,
):
Parameter |
Type |
code |
str |
message |
str |
error_uri |
str |
kind |
int |
Methods
from_flyte_idl()
def from_flyte_idl(
p,
):
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
code |
|
|
error_uri |
|
|
is_empty |
|
|
kind |
|
|
message |
|
|
flytekit.models.core.execution.NodeExecutionPhase
Methods
enum_to_string()
def enum_to_string(
int_value,
):
flytekit.models.core.execution.TaskExecutionPhase
Methods
enum_to_string()
def enum_to_string(
int_value,
):
flytekit.models.core.execution.TaskLog
def TaskLog(
uri: str,
name: str,
message_format: typing.Optional[flytekit.models.core.execution.TaskLog.MessageFormat],
ttl: typing.Optional[datetime.timedelta],
):
Parameter |
Type |
uri |
str |
name |
str |
message_format |
typing.Optional[flytekit.models.core.execution.TaskLog.MessageFormat] |
ttl |
typing.Optional[datetime.timedelta] |
Methods
from_flyte_idl()
def from_flyte_idl(
p,
):
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
is_empty |
|
|
message_format |
|
|
name |
|
|
ttl |
|
|
uri |
|
|
flytekit.models.core.execution.WorkflowExecutionPhase
This class holds enum values used for setting notifications. See :py:class:flytekit.Email
for sample usage.
Methods
enum_to_string()
def enum_to_string(
int_value,
):