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_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
file_name
pydantic.v1.types.StrictStr
inputs
List[edgeimpulse_api.models.pretrained_model_tensor.PretrainedModelTensor]
outputs
profile_info
edgeimpulse_api.models.get_pretrained_model_response_all_of_model_profile_info.GetPretrainedModelResponseAllOfModelProfileInfo | None
profile_job_failed
pydantic.v1.types.StrictBool | None
profile_job_id
pydantic.v1.types.StrictInt | None
supports_tf_lite
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel.from_dict( obj: dict ) ‑> edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel
obj
dict
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel.from_json( json_str: str ) ‑> edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel
json_str
str
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel.to_dict( self )
self
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel.to_str( self ) ‑> str
Was this page helpful?