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