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.
1.16.16
flytekit.models.admin.common
Directory
Classes
| Class | Description |
|---|---|
Sort |
flytekit.models.admin.common.Sort
Parameters
class Sort(
key,
direction,
)| Parameter | Type | Description |
|---|---|---|
key |
||
direction |
Properties
| Property | Type | Description |
|---|---|---|
direction |
None |
|
is_empty |
None |
|
key |
None |
Methods
| Method | Description |
|---|---|
from_flyte_idl() |
|
from_python_std() |
|
serialize_to_string() |
|
short_string() |
|
to_flyte_idl() |
from_flyte_idl()
def from_flyte_idl(
pb2_object,
)| Parameter | Type | Description |
|---|---|---|
pb2_object |
Returns: Sort
from_python_std()
def from_python_std(
text,
)| Parameter | Type | Description |
|---|---|---|
text |
Returns: Sort
serialize_to_string()
def serialize_to_string()short_string()
def short_string()Returns: Text
to_flyte_idl()
def to_flyte_idl()Returns: flyteidl.admin.common_pb2.Sort