class edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel(
**data: Any
)
Config
The type of the None singleton.
file_name: pydantic.types.StrictStr
The type of the None singleton.
inputs: List[edgeimpulse_api.models.pretrained_model_tensor.PretrainedModelTensor]
The type of the None singleton.
outputs: List[edgeimpulse_api.models.pretrained_model_tensor.PretrainedModelTensor]
The type of the None singleton.
profile_info: edgeimpulse_api.models.get_pretrained_model_response_all_of_model_profile_info.GetPretrainedModelResponseAllOfModelProfileInfo | None
The type of the None singleton.
profile_job_failed: pydantic.types.StrictBool | None
The type of the None singleton.
profile_job_id: pydantic.types.StrictInt | None
The type of the None singleton.
supports_tf_lite: pydantic.types.StrictBool | None
The type of the None singleton.
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.from_json(
json_str: str
) ‑> edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.to_dict(
self
)
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.to_str(
self
) ‑> str