wallaroo.wallaroo_ml_ops_api_client.models.assays_filter_json_body_sort_by
class
AssaysFilterJsonBodySortBy(builtins.str, enum.Enum):
5class AssaysFilterJsonBodySortBy(str, Enum): 6 CREATIONDATEDESC = "CreationDateDesc" 7 LASTRUNDATEDESC = "LastRunDateDesc" 8 9 def __str__(self) -> str: 10 return str(self.value)
An enumeration.
CREATIONDATEDESC = <AssaysFilterJsonBodySortBy.CREATIONDATEDESC: 'CreationDateDesc'>
LASTRUNDATEDESC = <AssaysFilterJsonBodySortBy.LASTRUNDATEDESC: 'LastRunDateDesc'>
Inherited Members
- enum.Enum
- name
- value
- builtins.str
- encode
- replace
- split
- rsplit
- join
- capitalize
- casefold
- title
- center
- count
- expandtabs
- find
- partition
- index
- ljust
- lower
- lstrip
- rfind
- rindex
- rjust
- rstrip
- rpartition
- splitlines
- strip
- swapcase
- translate
- upper
- startswith
- endswith
- removeprefix
- removesuffix
- isascii
- islower
- isupper
- istitle
- isspace
- isdecimal
- isdigit
- isnumeric
- isalpha
- isalnum
- isidentifier
- isprintable
- zfill
- format
- format_map
- maketrans