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.
2.1.9
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 |