flytekit.models.filters
Directory
Classes
Class | Description |
---|---|
Contains |
|
Equal |
|
Filter |
|
FilterList |
|
GreaterThan |
|
GreaterThanOrEqual |
|
LessThan |
|
LessThanOrEqual |
|
NotEqual |
|
SetFilter |
|
ValueIn |
|
ValueNotIn |
flytekit.models.filters.Contains
class Contains(
key,
values,
)
Parameter | Type |
---|---|
key |
|
values |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.Equal
class Equal(
key,
value,
)
Parameter | Type |
---|---|
key |
|
value |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.Filter
class Filter(
key,
value,
)
Parameter | Type |
---|---|
key |
|
value |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.FilterList
class FilterList(
filter_list,
)
Parameter | Type |
---|---|
filter_list |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.GreaterThan
class GreaterThan(
key,
value,
)
Parameter | Type |
---|---|
key |
|
value |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.GreaterThanOrEqual
class GreaterThanOrEqual(
key,
value,
)
Parameter | Type |
---|---|
key |
|
value |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.LessThan
class LessThan(
key,
value,
)
Parameter | Type |
---|---|
key |
|
value |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.LessThanOrEqual
class LessThanOrEqual(
key,
value,
)
Parameter | Type |
---|---|
key |
|
value |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.NotEqual
class NotEqual(
key,
value,
)
Parameter | Type |
---|---|
key |
|
value |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.SetFilter
class SetFilter(
key,
values,
)
Parameter | Type |
---|---|
key |
|
values |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.ValueIn
class ValueIn(
key,
values,
)
Parameter | Type |
---|---|
key |
|
values |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |
flytekit.models.filters.ValueNotIn
class ValueNotIn(
key,
values,
)
Parameter | Type |
---|---|
key |
|
values |
Methods
Method | Description |
---|---|
from_flyte_idl() |
|
from_python_std() |
. |
serialize_to_string() |
|
short_string() |
:rtype: Text. |
to_flyte_idl() |
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. |
verbose_string() |
:rtype: Text. |
from_flyte_idl()
def from_flyte_idl()
from_python_std()
def from_python_std(
string,
) -> e: Filter
Parameter | Type |
---|---|
string |
serialize_to_string()
def serialize_to_string()
short_string()
def short_string()
:rtype: Text
to_flyte_idl()
def to_flyte_idl()
For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params. :rtype: Text
verbose_string()
def verbose_string()
:rtype: Text
Properties
Property | Type | Description |
---|---|---|
is_empty |