Classes
DataExplorerPredictionsResponse
Parameters | |
---|---|
**data | Any |
Bases |
---|
pydantic.v1.main.BaseModel |
pydantic.v1.utils.Representation |
Class variables | |
---|---|
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 |
STATIC METHODS
classification_type_validate_enum
Parameters | |
---|---|
v | |
from_dict
Parameters | |
---|---|
obj | dict |
Returns |
---|
edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse |
from_json
Parameters | |
---|---|
json_str | str |
Returns |
---|
edgeimpulse_api.models.data_explorer_predictions_response.DataExplorerPredictionsResponse |
METHODS
to_dict
Parameters | |
---|---|
self | |
to_json
Parameters | |
---|---|
self | |
indent=None | |
Returns |
---|
str |
to_str
Parameters | |
---|---|
self | |
Returns |
---|
str |