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