1.15.4.dev2+g3e3ce2426

flytekit.models.filters

Directory

Classes

Class Description
Contains None.
Equal None.
Filter None.
FilterList None.
GreaterThan None.
GreaterThanOrEqual None.
LessThan None.
LessThanOrEqual None.
NotEqual None.
SetFilter None.
ValueIn None.
ValueNotIn None.

flytekit.models.filters.Contains

def Contains(
    key,
    values,
):
Parameter Type
key
values

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.Equal

def Equal(
    key,
    value,
):
Parameter Type
key
value

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.Filter

def Filter(
    key,
    value,
):
Parameter Type
key
value

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.FilterList

def FilterList(
    filter_list,
):
Parameter Type
filter_list

Methods

Method Description
from_flyte_idl() None
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.GreaterThan

def GreaterThan(
    key,
    value,
):
Parameter Type
key
value

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.GreaterThanOrEqual

def GreaterThanOrEqual(
    key,
    value,
):
Parameter Type
key
value

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.LessThan

def LessThan(
    key,
    value,
):
Parameter Type
key
value

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.LessThanOrEqual

def LessThanOrEqual(
    key,
    value,
):
Parameter Type
key
value

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.NotEqual

def NotEqual(
    key,
    value,
):
Parameter Type
key
value

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.SetFilter

def SetFilter(
    key,
    values,
):
Parameter Type
key
values

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.ValueIn

def ValueIn(
    key,
    values,
):
Parameter Type
key
values

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty

flytekit.models.filters.ValueNotIn

def ValueNotIn(
    key,
    values,
):
Parameter Type
key
values

Methods

Method Description
from_flyte_idl() None
from_python_std()
serialize_to_string() None
short_string()
to_flyte_idl() For supporting the auto-generated REST API, filters must be dumped to a string for representation as GET params
verbose_string()

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
):
Parameter Type
string

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

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.

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty