1.16.16

flytekit.models.filters

Directory

Classes

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

flytekit.models.filters.Contains

Parameters

class Contains(
    key,
    values,
)
Parameter Type Description
key
values

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.Equal

Parameters

class Equal(
    key,
    value,
)
Parameter Type Description
key
value

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.Filter

Parameters

class Filter(
    key,
    value,
)
Parameter Type Description
key
value

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.FilterList

Parameters

class FilterList(
    filter_list,
)
Parameter Type Description
filter_list

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.GreaterThan

Parameters

class GreaterThan(
    key,
    value,
)
Parameter Type Description
key
value

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.GreaterThanOrEqual

Parameters

class GreaterThanOrEqual(
    key,
    value,
)
Parameter Type Description
key
value

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.LessThan

Parameters

class LessThan(
    key,
    value,
)
Parameter Type Description
key
value

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.LessThanOrEqual

Parameters

class LessThanOrEqual(
    key,
    value,
)
Parameter Type Description
key
value

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.NotEqual

Parameters

class NotEqual(
    key,
    value,
)
Parameter Type Description
key
value

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.SetFilter

Parameters

class SetFilter(
    key,
    values,
)
Parameter Type Description
key
values

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.ValueIn

Parameters

class ValueIn(
    key,
    values,
)
Parameter Type Description
key
values

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text

flytekit.models.filters.ValueNotIn

Parameters

class ValueNotIn(
    key,
    values,
)
Parameter Type Description
key
values

Properties

Property Type Description
is_empty None

Methods

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

from_flyte_idl()

def from_flyte_idl()

from_python_std()

def from_python_std(
    string,
)
Parameter Type Description
string

Returns: Filter

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

Returns: 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.

Returns: Text