1.15.4.dev2+g3e3ce2426

flytekit.types.pickle

Flytekit Pickle Type

.. currentmodule:: flytekit.types.pickle

.. autosummary:: :template: custom.rst :toctree: generated/

FlytePickle

Directory

Classes

Class Description
FlytePickle This type is only used by flytekit internally.

flytekit.types.pickle.FlytePickle

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() None
python_type() None
to_pickle() None

from_pickle()

def from_pickle(
    uri: str,
):
Parameter Type
uri str

python_type()

def python_type()

to_pickle()

def to_pickle(
    ctx: flytekit.core.context_manager.FlyteContext,
    python_val: typing.Any,
):
Parameter Type
ctx flytekit.core.context_manager.FlyteContext
python_val typing.Any