wallaroo.wallaroo_ml_ops_api_client.models.status_get_deployment_response_200_status
class
StatusGetDeploymentResponse200Status(builtins.str, enum.Enum):
5class StatusGetDeploymentResponse200Status(str, Enum): 6 ERROR = "Error" 7 STARTING = "Starting" 8 RUNNING = "Running" 9 10 def __str__(self) -> str: 11 return str(self.value)
An enumeration.
ERROR = <StatusGetDeploymentResponse200Status.ERROR: 'Error'>
STARTING = <StatusGetDeploymentResponse200Status.STARTING: 'Starting'>
RUNNING = <StatusGetDeploymentResponse200Status.RUNNING: 'Running'>
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