class edgeimpulse_api.models.data_explorer_predictions_response_all_of.DataExplorerPredictionsResponseAllOf(
**data: Any
)
Config
The type of the None singleton.
classification_type: pydantic.types.StrictStr
The type of the None singleton.
labels: List[pydantic.types.StrictStr]
The type of the None singleton.
predictions: List[edgeimpulse_api.models.model_prediction.ModelPrediction]
The type of the None singleton.
edgeimpulse_api.models.data_explorer_predictions_response_all_of.classification_type_validate_enum(
v
)
edgeimpulse_api.models.data_explorer_predictions_response_all_of.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.data_explorer_predictions_response_all_of.DataExplorerPredictionsResponseAllOf
edgeimpulse_api.models.data_explorer_predictions_response_all_of.from_json(
json_str: str
) ‑> edgeimpulse_api.models.data_explorer_predictions_response_all_of.DataExplorerPredictionsResponseAllOf
edgeimpulse_api.models.data_explorer_predictions_response_all_of.to_dict(
self
)
edgeimpulse_api.models.data_explorer_predictions_response_all_of.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.data_explorer_predictions_response_all_of.to_str(
self
) ‑> str