class edgeimpulse_api.models.project_info_response_all_of_performance.ProjectInfoResponseAllOfPerformance(
**data: Any
)
Config
The type of the None singleton.
dsp_file_size_mb: pydantic.types.StrictInt
The type of the None singleton.
enterprise_performance: pydantic.types.StrictBool
The type of the None singleton.
gpu: pydantic.types.StrictBool
The type of the None singleton.
job_limit_m: pydantic.types.StrictInt
The type of the None singleton.
train_job_ram_mb: pydantic.types.StrictInt
The type of the None singleton.
edgeimpulse_api.models.project_info_response_all_of_performance.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.project_info_response_all_of_performance.ProjectInfoResponseAllOfPerformance
edgeimpulse_api.models.project_info_response_all_of_performance.from_json(
json_str: str
) ‑> edgeimpulse_api.models.project_info_response_all_of_performance.ProjectInfoResponseAllOfPerformance
edgeimpulse_api.models.project_info_response_all_of_performance.to_dict(
self
)
edgeimpulse_api.models.project_info_response_all_of_performance.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.project_info_response_all_of_performance.to_str(
self
) ‑> str