Classes
AnomalyConfig
| Parameters | |
|---|---|
**data | Any |
| Bases |
|---|
pydantic.v1.main.BaseModel |
pydantic.v1.utils.Representation |
| Class variables | |
|---|---|
Config | |
axes | List[edgeimpulse_api.models.anomaly_config_axes_inner.AnomalyConfigAxesInner] |
cluster_count | pydantic.v1.types.StrictInt | None |
dependencies | edgeimpulse_api.models.dependency_data.DependencyData |
minimum_confidence_rating | float |
name | pydantic.v1.types.StrictStr |
selected_axes | List[pydantic.v1.types.StrictInt] |
thresholds | List[edgeimpulse_api.models.block_threshold.BlockThreshold] |
trained | pydantic.v1.types.StrictBool |
STATIC METHODS
from_dict
| Parameters | |
|---|---|
obj | dict |
| Returns |
|---|
edgeimpulse_api.models.anomaly_config.AnomalyConfig |
from_json
| Parameters | |
|---|---|
json_str | str |
| Returns |
|---|
edgeimpulse_api.models.anomaly_config.AnomalyConfig |
METHODS
to_dict
| Parameters | |
|---|---|
self | |
to_json
| Parameters | |
|---|---|
self | |
indent=None | |
| Returns |
|---|
str |
to_str
| Parameters | |
|---|---|
self | |
| Returns |
|---|
str |