SingleBaseline Class
The baseline values for a single sensitivity value.
All required parameters must be populated in order to send to server.
Constructor
SingleBaseline(*, sensitivity: str | _models.BaselineSensitivity, low_thresholds: List[float], high_thresholds: List[float], **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
sensitivity
|
the sensitivity of the baseline. Required. Known values are: "Low", "Medium", and "High". |
|
low_thresholds
|
The low thresholds of the baseline. Required. |
|
high_thresholds
|
The high thresholds of the baseline. Required. |
Variables
| Name | Description |
|---|---|
|
sensitivity
|
the sensitivity of the baseline. Required. Known values are: "Low", "Medium", and "High". |
|
low_thresholds
|
The low thresholds of the baseline. Required. |
|
high_thresholds
|
The high thresholds of the baseline. Required. |