The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekit.models.admin.task_execution
Directory
Classes
| Class | Description |
|---|---|
TaskExecution |
|
TaskExecutionClosure |
flytekit.models.admin.task_execution.TaskExecution
Parameters
class TaskExecution(
id,
input_uri,
closure,
is_parent,
)| Parameter | Type | Description |
|---|---|---|
id |
||
input_uri |
||
closure |
||
is_parent |
Properties
| Property | Type | Description |
|---|---|---|
closure |
None |
|
id |
None |
|
input_uri |
None |
|
is_empty |
None |
|
is_parent |
None |
Methods
| Method | Description |
|---|---|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
|
to_flyte_idl() |
from_flyte_idl()
def from_flyte_idl(
proto,
)| Parameter | Type | Description |
|---|---|---|
proto |
Returns: TaskExecution
serialize_to_string()
def serialize_to_string()short_string()
def short_string()Returns: Text
to_flyte_idl()
def to_flyte_idl()Returns: flyteidl.admin.task_execution_pb2.TaskExecution
flytekit.models.admin.task_execution.TaskExecutionClosure
Parameters
class TaskExecutionClosure(
phase,
logs,
started_at,
duration,
created_at,
updated_at,
output_uri,
error,
metadata,
)| Parameter | Type | Description |
|---|---|---|
phase |
||
logs |
||
started_at |
||
duration |
||
created_at |
||
updated_at |
||
output_uri |
||
error |
||
metadata |
Properties
| Property | Type | Description |
|---|---|---|
created_at |
None |
|
duration |
None |
|
error |
None |
|
is_empty |
None |
|
logs |
None |
|
metadata |
None |
|
output_uri |
None |
|
phase |
None |
Enum value from flytekit.models.core.execution.TaskExecutionPhase |
started_at |
None |
|
updated_at |
None |
Methods
| Method | Description |
|---|---|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
|
to_flyte_idl() |
from_flyte_idl()
def from_flyte_idl(
p,
)| Parameter | Type | Description |
|---|---|---|
p |
Returns: TaskExecutionClosure
serialize_to_string()
def serialize_to_string()short_string()
def short_string()Returns: Text
to_flyte_idl()
def to_flyte_idl()Returns: flyteidl.admin.task_execution_pb2.TaskExecutionClosure