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.get_all_detailed_impulses_response.GetAllDetailedImpulsesResponse( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
error
pydantic.v1.types.StrictStr | None
extra_table_columns
List[pydantic.v1.types.StrictStr]
impulses
List[edgeimpulse_api.models.detailed_impulse.DetailedImpulse]
metric_keys_by_category
List[edgeimpulse_api.models.get_all_detailed_impulses_response_all_of_metric_keys_by_category.GetAllDetailedImpulsesResponseAllOfMetricKeysByCategory]
success
pydantic.v1.types.StrictBool
edgeimpulse_api.models.get_all_detailed_impulses_response.GetAllDetailedImpulsesResponse.from_dict( obj: dict ) ‑> edgeimpulse_api.models.get_all_detailed_impulses_response.GetAllDetailedImpulsesResponse
obj
dict
edgeimpulse_api.models.get_all_detailed_impulses_response.GetAllDetailedImpulsesResponse
edgeimpulse_api.models.get_all_detailed_impulses_response.GetAllDetailedImpulsesResponse.from_json( json_str: str ) ‑> edgeimpulse_api.models.get_all_detailed_impulses_response.GetAllDetailedImpulsesResponse
json_str
str
edgeimpulse_api.models.get_all_detailed_impulses_response.GetAllDetailedImpulsesResponse.to_dict( self )
self
edgeimpulse_api.models.get_all_detailed_impulses_response.GetAllDetailedImpulsesResponse.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.get_all_detailed_impulses_response.GetAllDetailedImpulsesResponse.to_str( self ) ‑> str
Was this page helpful?