flytekit.models.admin.task_execution
Directory
Classes
flytekit.models.admin.task_execution.TaskExecution
def TaskExecution(
id,
input_uri,
closure,
is_parent,
):
Parameter |
Type |
id |
|
input_uri |
|
closure |
|
is_parent |
|
Methods
from_flyte_idl()
def from_flyte_idl(
proto,
):
serialize_to_string()
def serialize_to_string()
short_string()
to_flyte_idl()
verbose_string()
Properties
Property |
Type |
Description |
closure |
|
|
id |
|
|
input_uri |
|
|
is_empty |
|
|
is_parent |
|
|
flytekit.models.admin.task_execution.TaskExecutionClosure
def TaskExecutionClosure(
phase,
logs,
started_at,
duration,
created_at,
updated_at,
output_uri,
error,
metadata,
):
Parameter |
Type |
phase |
|
logs |
|
started_at |
|
duration |
|
created_at |
|
updated_at |
|
output_uri |
|
error |
|
metadata |
|
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 |
created_at |
|
|
duration |
|
|
error |
|
|
is_empty |
|
|
logs |
|
|
metadata |
|
|
output_uri |
|
|
phase |
|
|
started_at |
|
|
updated_at |
|
|