class edgeimpulse_api.models.anomaly_config_response.AnomalyConfigResponse(
**data: Any
)
Config
The type of the None singleton.
axes: List[edgeimpulse_api.models.anomaly_config_axes_inner.AnomalyConfigAxesInner]
The type of the None singleton.
cluster_count: pydantic.types.StrictInt | None
The type of the None singleton.
dependencies: edgeimpulse_api.models.dependency_data.DependencyData
The type of the None singleton.
error: pydantic.types.StrictStr | None
The type of the None singleton.
minimum_confidence_rating: float
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
selected_axes: List[pydantic.types.StrictInt]
The type of the None singleton.
success: pydantic.types.StrictBool
The type of the None singleton.
thresholds: List[edgeimpulse_api.models.block_threshold.BlockThreshold]
The type of the None singleton.
trained: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.anomaly_config_response.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.anomaly_config_response.AnomalyConfigResponse
edgeimpulse_api.models.anomaly_config_response.from_json(
json_str: str
) ‑> edgeimpulse_api.models.anomaly_config_response.AnomalyConfigResponse
edgeimpulse_api.models.anomaly_config_response.to_dict(
self
)
edgeimpulse_api.models.anomaly_config_response.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.anomaly_config_response.to_str(
self
) ‑> str