0.1.dev2192+g7c539c3.d20250403
flytekit.models.admin.common
Directory
Classes
| Class | Description |
|---|---|
Sort |
flytekit.models.admin.common.Sort
class Sort(
key,
direction,
)| Parameter | Type |
|---|---|
key |
|
direction |
Methods
| Method | Description |
|---|---|
from_flyte_idl() |
|
from_python_std() |
|
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
:rtype: flyteidl. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl(
pb2_object,
) -> e: Sort| Parameter | Type |
|---|---|
pb2_object |
from_python_std()
def from_python_std(
text,
) -> e: Sort| Parameter | Type |
|---|---|
text |
serialize_to_string()
def serialize_to_string()short_string()
def short_string():rtype: Text
to_flyte_idl()
def to_flyte_idl():rtype: flyteidl.admin.common_pb2.Sort
verbose_string()
def verbose_string():rtype: Text
Properties
| Property | Type | Description |
|---|---|---|
direction |
:rtype: int |
|
is_empty |
||
key |
:rtype: Text |