2.0.0b35

FlytePickle

Package: flyte.types

This type is only used by flytekit internally. User should not use this type. Any type that flyte can’t recognize will become FlytePickle

Methods

Method Description
from_pickle()
python_type()
to_pickle()

from_pickle()

def from_pickle(
    uri: str,
) -> typing.Any
Parameter Type Description
uri str

python_type()

def python_type()

to_pickle()

def to_pickle(
    python_val: typing.Any,
) -> str
Parameter Type Description
python_val typing.Any