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.event
Directory
Classes
| Class | Description |
|---|---|
TaskExecutionMetadata |
flytekit.models.event.TaskExecutionMetadata
Parameters
class TaskExecutionMetadata(
external_resources,
)| Parameter | Type | Description |
|---|---|---|
external_resources |
Properties
| Property | Type | Description |
|---|---|---|
external_resources |
None |
|
is_empty |
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: TaskExecutionMetadata
serialize_to_string()
def serialize_to_string()short_string()
def short_string()Returns: Text
to_flyte_idl()
def to_flyte_idl()Returns: flyteidl.event.TaskExecutionMetadata