Classes
DspRunResponseWithSample
| Parameters | |
|---|---|
**data | Any |
| Bases |
|---|
pydantic.v1.main.BaseModel |
pydantic.v1.utils.Representation |
| Class variables | |
|---|---|
Config | |
can_profile_performance | pydantic.v1.types.StrictBool |
error | pydantic.v1.types.StrictStr | None |
features | List[float] |
graphs | List[edgeimpulse_api.models.dsp_run_graph.DspRunGraph] |
label_at_end_of_window | pydantic.v1.types.StrictStr | None |
label_for_window | pydantic.v1.types.StrictStr | None |
labels | List[pydantic.v1.types.StrictStr] | None |
performance | edgeimpulse_api.models.dsp_performance.DspPerformance | None |
sample | edgeimpulse_api.models.raw_sample_data.RawSampleData |
state_string | pydantic.v1.types.StrictStr | None |
success | pydantic.v1.types.StrictBool |
STATIC METHODS
from_dict
| Parameters | |
|---|---|
obj | dict |
| Returns |
|---|
edgeimpulse_api.models.dsp_run_response_with_sample.DspRunResponseWithSample |
from_json
| Parameters | |
|---|---|
json_str | str |
| Returns |
|---|
edgeimpulse_api.models.dsp_run_response_with_sample.DspRunResponseWithSample |
METHODS
to_dict
| Parameters | |
|---|---|
self | |
to_json
| Parameters | |
|---|---|
self | |
indent=None | |
| Returns |
|---|
str |
to_str
| Parameters | |
|---|---|
self | |
| Returns |
|---|
str |