class edgeimpulse_api.models.project_info_response_all_of_deploy_settings.ProjectInfoResponseAllOfDeploySettings(
**data: Any
)
Config
The type of the None singleton.
arduino_library_name: pydantic.types.StrictStr
The type of the None singleton.
eon_compiler: pydantic.types.StrictBool
The type of the None singleton.
last_deploy_model_engine: pydantic.types.StrictStr | None
The type of the None singleton.
particle_library_name: pydantic.types.StrictStr
The type of the None singleton.
sensor: pydantic.types.StrictStr
The type of the None singleton.
tinkergen_library_name: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.project_info_response_all_of_deploy_settings.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.project_info_response_all_of_deploy_settings.ProjectInfoResponseAllOfDeploySettings
edgeimpulse_api.models.project_info_response_all_of_deploy_settings.from_json(
json_str: str
) ‑> edgeimpulse_api.models.project_info_response_all_of_deploy_settings.ProjectInfoResponseAllOfDeploySettings
edgeimpulse_api.models.project_info_response_all_of_deploy_settings.sensor_validate_enum(
v
)
edgeimpulse_api.models.project_info_response_all_of_deploy_settings.to_dict(
self
)
edgeimpulse_api.models.project_info_response_all_of_deploy_settings.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.project_info_response_all_of_deploy_settings.to_str(
self
) ‑> str