class edgeimpulse_api.models.project_info_response.ProjectInfoResponse(
**data: Any
)
Config
The type of the None singleton.
acquisition_settings: edgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings
The type of the None singleton.
collaborators: List[edgeimpulse_api.models.user.User]
The type of the None singleton.
compute_time: edgeimpulse_api.models.project_info_response_all_of_compute_time.ProjectInfoResponseAllOfComputeTime
The type of the None singleton.
csv_import_config: Dict[str, Any] | None
The type of the None singleton.
data_summary: edgeimpulse_api.models.project_data_summary.ProjectDataSummary
The type of the None singleton.
data_summary_per_category: edgeimpulse_api.models.project_info_response_all_of_data_summary_per_category.ProjectInfoResponseAllOfDataSummaryPerCategory
The type of the None singleton.
default_impulse_id: pydantic.types.StrictInt | None
The type of the None singleton.
deploy_settings: edgeimpulse_api.models.project_info_response_all_of_deploy_settings.ProjectInfoResponseAllOfDeploySettings
The type of the None singleton.
development_keys: edgeimpulse_api.models.development_keys.DevelopmentKeys
The type of the None singleton.
devices: List[edgeimpulse_api.models.device.Device]
The type of the None singleton.
dsp_job_notification_uids: List[pydantic.types.StrictInt]
The type of the None singleton.
dsp_page_size: pydantic.types.StrictInt | None
The type of the None singleton.
error: pydantic.types.StrictStr | None
The type of the None singleton.
experiments: List[edgeimpulse_api.models.project_info_response_all_of_experiments.ProjectInfoResponseAllOfExperiments]
The type of the None singleton.
export_job_notification_uids: List[pydantic.types.StrictInt]
The type of the None singleton.
has_new_training_data: pydantic.types.StrictBool
The type of the None singleton.
impulse: edgeimpulse_api.models.project_info_response_all_of_impulse.ProjectInfoResponseAllOfImpulse
The type of the None singleton.
in_pretrained_model_flow: pydantic.types.StrictBool
The type of the None singleton.
last_shown_model_engine: edgeimpulse_api.models.model_engine_short_enum.ModelEngineShortEnum | None
The type of the None singleton.
latency_devices: List[edgeimpulse_api.models.latency_device.LatencyDevice]
The type of the None singleton.
model_testing_job_notification_uids: List[pydantic.types.StrictInt]
The type of the None singleton.
notifications: List[pydantic.types.StrictStr]
The type of the None singleton.
performance: edgeimpulse_api.models.project_info_response_all_of_performance.ProjectInfoResponseAllOfPerformance
The type of the None singleton.
project: edgeimpulse_api.models.project.Project
The type of the None singleton.
readme: edgeimpulse_api.models.project_info_response_all_of_readme.ProjectInfoResponseAllOfReadme | None
The type of the None singleton.
show_create_first_impulse: pydantic.types.StrictBool
The type of the None singleton.
show_getting_started_wizard: edgeimpulse_api.models.project_info_response_all_of_show_getting_started_wizard.ProjectInfoResponseAllOfShowGettingStartedWizard
The type of the None singleton.
show_sensor_data_in_acquisition_graph: pydantic.types.StrictBool
The type of the None singleton.
studio_url: pydantic.types.StrictStr
The type of the None singleton.
success: pydantic.types.StrictBool
The type of the None singleton.
target_constraints: edgeimpulse_api.models.target_constraints.TargetConstraints | None
The type of the None singleton.
train_job_notification_uids: List[pydantic.types.StrictInt]
The type of the None singleton.
urls: edgeimpulse_api.models.project_info_response_all_of_urls.ProjectInfoResponseAllOfUrls
The type of the None singleton.
versioning_storage_size_mib: pydantic.types.StrictInt | None
The type of the None singleton.
edgeimpulse_api.models.project_info_response.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.project_info_response.ProjectInfoResponse
edgeimpulse_api.models.project_info_response.from_json(
json_str: str
) ‑> edgeimpulse_api.models.project_info_response.ProjectInfoResponse
edgeimpulse_api.models.project_info_response.to_dict(
self
)
edgeimpulse_api.models.project_info_response.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.project_info_response.to_str(
self
) ‑> str