1.16.10

flytekit.models.event

Directory

Classes

Class Description
TaskExecutionMetadata

flytekit.models.event.TaskExecutionMetadata

class TaskExecutionMetadata(
    external_resources,
)
Parameter Type Description
external_resources

Methods

Method Description
from_flyte_idl()
serialize_to_string()
short_string() :rtype: Text.
to_flyte_idl() :rtype: flyteidl.

from_flyte_idl()

def from_flyte_idl(
    proto,
)
Parameter Type Description
proto

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

:rtype: Text

to_flyte_idl()

def to_flyte_idl()

:rtype: flyteidl.event.TaskExecutionMetadata

Properties

Property Type Description
external_resources
:rtype: google.protobuf.internal.containers.RepeatedCompositeFieldContainer
is_empty