ProjectInfoResponse

class edgeimpulse_api.models.project_info_response.ProjectInfoResponse(
		**data: Any
)
Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model. Parameters
  • **data: Any
Bases
  • pydantic.main.BaseModel
  • pydantic.utils.Representation
Class variables
  • 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.

Static methods

from_dict

edgeimpulse_api.models.project_info_response.from_dict(
		obj: dict
) ‑> edgeimpulse_api.models.project_info_response.ProjectInfoResponse
Create an instance of ProjectInfoResponse from a dict Parameters
  • obj: dict
Return edgeimpulse_api.models.project_info_response.ProjectInfoResponse

from_json

edgeimpulse_api.models.project_info_response.from_json(
		json_str: str
) ‑> edgeimpulse_api.models.project_info_response.ProjectInfoResponse
Create an instance of ProjectInfoResponse from a JSON string Parameters
  • json_str: str
Return edgeimpulse_api.models.project_info_response.ProjectInfoResponse

Methods

to_dict

edgeimpulse_api.models.project_info_response.to_dict(
		self
)
Returns the dictionary representation of the model using alias Parameters
  • self

to_json

edgeimpulse_api.models.project_info_response.to_json(
		self,
		indent=None
) ‑> str
Returns the JSON representation of the model using alias Parameters
  • self
  • indent=None
Return str

to_str

edgeimpulse_api.models.project_info_response.to_str(
		self
) ‑> str
Returns the string representation of the model using alias Parameters
  • self
Return str