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.dsp_run_response_with_sample.DspRunResponseWithSample( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
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
label_for_window
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
success
edgeimpulse_api.models.dsp_run_response_with_sample.DspRunResponseWithSample.from_dict( obj: dict ) ‑> edgeimpulse_api.models.dsp_run_response_with_sample.DspRunResponseWithSample
obj
dict
edgeimpulse_api.models.dsp_run_response_with_sample.DspRunResponseWithSample
edgeimpulse_api.models.dsp_run_response_with_sample.DspRunResponseWithSample.from_json( json_str: str ) ‑> edgeimpulse_api.models.dsp_run_response_with_sample.DspRunResponseWithSample
json_str
str
edgeimpulse_api.models.dsp_run_response_with_sample.DspRunResponseWithSample.to_dict( self )
self
edgeimpulse_api.models.dsp_run_response_with_sample.DspRunResponseWithSample.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.dsp_run_response_with_sample.DspRunResponseWithSample.to_str( self ) ‑> str
Was this page helpful?