Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
classification_type
pydantic.v1.types.StrictStr
error
pydantic.v1.types.StrictStr | None
labels
List[pydantic.v1.types.StrictStr]
predictions
List[edgeimpulse_api.models.model_prediction.ModelPrediction]
success
pydantic.v1.types.StrictBool
edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse.classification_type_validate_enum( v )
v
edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse.from_dict( obj: dict ) ‑> edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse
obj
dict
edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse
edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse.from_json( json_str: str ) ‑> edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse
json_str
str
edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse.to_dict( self )
self
edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse.to_str( self ) ‑> str
Was this page helpful?