detailed_impulse module
DetailedImpulse
class edgeimpulse_api.models.detailed_impulse.DetailedImpulse(
**data: Any
)
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
**data: Any
Bases
pydantic.main.BaseModel
pydantic.utils.Representation
Class variables
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.
Static methods
from_dict
edgeimpulse_api.models.detailed_impulse.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.detailed_impulse.DetailedImpulse
Create an instance of DetailedImpulse from a dict
Parameters
obj: dict
Return
edgeimpulse_api.models.detailed_impulse.DetailedImpulse
from_json
edgeimpulse_api.models.detailed_impulse.from_json(
json_str: str
) ‑> edgeimpulse_api.models.detailed_impulse.DetailedImpulse
Create an instance of DetailedImpulse from a JSON string
Parameters
json_str: str
Return
edgeimpulse_api.models.detailed_impulse.DetailedImpulse
Methods
to_dict
edgeimpulse_api.models.detailed_impulse.to_dict(
self
)
Returns the dictionary representation of the model using alias
Parameters
self
to_json
edgeimpulse_api.models.detailed_impulse.to_json(
self,
indent=None
) ‑> str
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Return
str
to_str
edgeimpulse_api.models.detailed_impulse.to_str(
self
) ‑> str
Returns the string representation of the model using alias
Parameters
self
Return
str
Last updated
Was this helpful?