class edgeimpulse_api.models.impulse_dsp_block.ImpulseDspBlock(
**data: Any
)
Config
The type of the None singleton.
axes: List[pydantic.types.StrictStr]
The type of the None singleton.
created_at: datetime.datetime | None
The type of the None singleton.
created_by: pydantic.types.StrictStr | None
The type of the None singleton.
custom_url: pydantic.types.StrictStr | None
The type of the None singleton.
id: pydantic.types.ConstrainedIntValue
The type of the None singleton.
implementation_version: pydantic.types.StrictInt
The type of the None singleton.
input: pydantic.types.StrictInt | None
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
named_axes: List[edgeimpulse_api.models.impulse_dsp_block_named_axes_inner.ImpulseDspBlockNamedAxesInner] | None
The type of the None singleton.
organization: edgeimpulse_api.models.impulse_dsp_block_organization.ImpulseDspBlockOrganization | None
The type of the None singleton.
title: pydantic.types.StrictStr
The type of the None singleton.
type: pydantic.types.StrictStr
The type of the None singleton.
values_per_axis: pydantic.types.StrictInt | None
The type of the None singleton.
edgeimpulse_api.models.impulse_dsp_block.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.impulse_dsp_block.ImpulseDspBlock
edgeimpulse_api.models.impulse_dsp_block.from_json(
json_str: str
) ‑> edgeimpulse_api.models.impulse_dsp_block.ImpulseDspBlock
edgeimpulse_api.models.impulse_dsp_block.to_dict(
self
)
edgeimpulse_api.models.impulse_dsp_block.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.impulse_dsp_block.to_str(
self
) ‑> str