Classes

ProjectInfoResponse

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
**dataAny
Bases
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Class variables
Config
acquisition_settingsedgeimpulse_api.models.project_info_response_all_of_acquisition_settings.ProjectInfoResponseAllOfAcquisitionSettings
collaboratorsList[edgeimpulse_api.models.user.User]
compute_timeedgeimpulse_api.models.project_info_response_all_of_compute_time.ProjectInfoResponseAllOfComputeTime
csv_import_configDict[str, Any] | None
data_summaryedgeimpulse_api.models.project_data_summary.ProjectDataSummary
data_summary_per_categoryedgeimpulse_api.models.project_info_response_all_of_data_summary_per_category.ProjectInfoResponseAllOfDataSummaryPerCategory
default_impulse_idpydantic.v1.types.StrictInt | None
deploy_settingsedgeimpulse_api.models.project_info_response_all_of_deploy_settings.ProjectInfoResponseAllOfDeploySettings
development_keysedgeimpulse_api.models.development_keys.DevelopmentKeys
devicesList[edgeimpulse_api.models.device.Device]
dsp_job_notification_uidsList[pydantic.v1.types.StrictInt]
dsp_page_sizepydantic.v1.types.StrictInt | None
errorpydantic.v1.types.StrictStr | None
experimentsList[edgeimpulse_api.models.project_info_response_all_of_experiments.ProjectInfoResponseAllOfExperiments]
export_job_notification_uidsList[pydantic.v1.types.StrictInt]
has_new_training_datapydantic.v1.types.StrictBool
impulseedgeimpulse_api.models.project_info_response_all_of_impulse.ProjectInfoResponseAllOfImpulse
in_pretrained_model_flowpydantic.v1.types.StrictBool
last_shown_model_engineedgeimpulse_api.models.model_engine_short_enum.ModelEngineShortEnum | None
latency_devicesList[edgeimpulse_api.models.latency_device.LatencyDevice]
model_testing_job_notification_uidsList[pydantic.v1.types.StrictInt]
notificationsList[pydantic.v1.types.StrictStr]
performanceedgeimpulse_api.models.project_info_response_all_of_performance.ProjectInfoResponseAllOfPerformance
projectedgeimpulse_api.models.project.Project
readmeedgeimpulse_api.models.project_info_response_all_of_readme.ProjectInfoResponseAllOfReadme | None
show_create_first_impulsepydantic.v1.types.StrictBool
show_getting_started_wizardedgeimpulse_api.models.project_info_response_all_of_show_getting_started_wizard.ProjectInfoResponseAllOfShowGettingStartedWizard
show_sensor_data_in_acquisition_graphpydantic.v1.types.StrictBool
studio_urlpydantic.v1.types.StrictStr
successpydantic.v1.types.StrictBool
target_constraintsedgeimpulse_api.models.target_constraints.TargetConstraints | None
train_job_notification_uidsList[pydantic.v1.types.StrictInt]
urlsedgeimpulse_api.models.project_info_response_all_of_urls.ProjectInfoResponseAllOfUrls
versioning_storage_size_mibpydantic.v1.types.StrictInt | None

STATIC METHODS

from_dict

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

from_json

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

METHODS

to_dict

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

to_json

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

to_str

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