1.16.20
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