1.15.4.dev2+g3e3ce2426

flytekit.models.admin.common

Directory

Classes

Class Description
Sort None.

flytekit.models.admin.common.Sort

def Sort(
    key,
    direction,
):
Parameter Type
key
direction

Methods

Method Description
from_flyte_idl()
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl()
verbose_string()

from_flyte_idl()

def from_flyte_idl(
    pb2_object,
):
Parameter Type
pb2_object

from_python_std()

def from_python_std(
    text,
):
Parameter Type
text

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

to_flyte_idl()

def to_flyte_idl()

verbose_string()

def verbose_string()

Properties

Property Type Description
direction
is_empty
key