wallaroo.wallaroo_ml_ops_api_client.models.v1_task_update_response_200_data_status_type_3

1from enum import Enum
2
3
4class V1TaskUpdateResponse200DataStatusType3(str, Enum):
5    RESOURCECONTENTION = "ResourceContention"
6
7    def __str__(self) -> str:
8        return str(self.value)
class V1TaskUpdateResponse200DataStatusType3(builtins.str, enum.Enum):
5class V1TaskUpdateResponse200DataStatusType3(str, Enum):
6    RESOURCECONTENTION = "ResourceContention"
7
8    def __str__(self) -> str:
9        return str(self.value)

An enumeration.

RESOURCECONTENTION = <V1TaskUpdateResponse200DataStatusType3.RESOURCECONTENTION: 'ResourceContention'>
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