class edgeimpulse_api.models.detailed_impulse.DetailedImpulse(
**data: Any
)
Config
The type of the None singleton.
complete: pydantic.types.StrictBool
The type of the None singleton.
configured: pydantic.types.StrictBool
The type of the None singleton.
created_by_user: edgeimpulse_api.models.created_updated_by_user.CreatedUpdatedByUser | None
The type of the None singleton.
created_from_tuner_trial_id: float | None
The type of the None singleton.
dsp_block_configs: List[edgeimpulse_api.models.detailed_impulse_dsp_block_configs_inner.DetailedImpulseDspBlockConfigsInner]
The type of the None singleton.
impulse: edgeimpulse_api.models.impulse.Impulse
The type of the None singleton.
is_stale: pydantic.types.StrictBool
The type of the None singleton.
learn_block_anomaly_configs: List[edgeimpulse_api.models.detailed_impulse_learn_block_anomaly_configs_inner.DetailedImpulseLearnBlockAnomalyConfigsInner]
The type of the None singleton.
learn_block_keras_configs: List[edgeimpulse_api.models.detailed_impulse_learn_block_keras_configs_inner.DetailedImpulseLearnBlockKerasConfigsInner]
The type of the None singleton.
metrics: List[edgeimpulse_api.models.detailed_impulse_metric.DetailedImpulseMetric]
The type of the None singleton.
post_processing_block_configs: List[edgeimpulse_api.models.detailed_impulse_post_processing_block_configs_inner.DetailedImpulsePostProcessingBlockConfigsInner]
The type of the None singleton.
pretrained_model_info: edgeimpulse_api.models.detailed_impulse_pretrained_model_info.DetailedImpulsePretrainedModelInfo | None
The type of the None singleton.
tags: List[pydantic.types.StrictStr]
The type of the None singleton.
edgeimpulse_api.models.detailed_impulse.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.detailed_impulse.DetailedImpulse
edgeimpulse_api.models.detailed_impulse.from_json(
json_str: str
) ‑> edgeimpulse_api.models.detailed_impulse.DetailedImpulse
edgeimpulse_api.models.detailed_impulse.to_dict(
self
)
edgeimpulse_api.models.detailed_impulse.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.detailed_impulse.to_str(
self
) ‑> str