wallaroo.wallaroo_ml_ops_api_client.models.assays_get_results_response_200_item_summarizer_type_0_aggregation
class
AssaysGetResultsResponse200ItemSummarizerType0Aggregation(builtins.str, enum.Enum):
5class AssaysGetResultsResponse200ItemSummarizerType0Aggregation(str, Enum): 6 EDGES = "Edges" 7 DENSITY = "Density" 8 CUMULATIVE = "Cumulative" 9 10 def __str__(self) -> str: 11 return str(self.value)
An enumeration.
EDGES = <AssaysGetResultsResponse200ItemSummarizerType0Aggregation.EDGES: 'Edges'>
DENSITY = <AssaysGetResultsResponse200ItemSummarizerType0Aggregation.DENSITY: 'Density'>
CUMULATIVE = <AssaysGetResultsResponse200ItemSummarizerType0Aggregation.CUMULATIVE: 'Cumulative'>
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