blob: feb5b94bbf3de54c6a4991aac90659740669bbe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# StatisticalSummaryStat
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**facet** | [**{ [key: string]: FacetValue; }**](FacetValue.md) | The grouping criteria | [default to undefined]
**value** | [**StatisticalSummaryValue**](StatisticalSummaryValue.md) | Statistical Summary for the given metric and facet | [default to undefined]
## Example
```typescript
import { StatisticalSummaryStat } from './api';
const instance: StatisticalSummaryStat = {
facet,
value,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|