wallaroo.wallaroo_ml_ops_api_client.models.v1_task_get_by_id_response_200_task_status_type_5
class
V1TaskGetByIdResponse200TaskStatusType5(builtins.str, enum.Enum):
5class V1TaskGetByIdResponse200TaskStatusType5(str, Enum): 6 STARTED = "Started" 7 8 def __str__(self) -> str: 9 return str(self.value)
An enumeration.
STARTED = <V1TaskGetByIdResponse200TaskStatusType5.STARTED: 'Started'>
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