project_info_response

edgeimpulse_api v1.0.0

edgeimpulse_api.models.project_info_response module

class edgeimpulse_api.models.project_info_response.ProjectInfoResponse(*, success: StrictBool, error: Optional[StrictStr] = None, project: Project, developmentKeys: DevelopmentKeys, impulse: ProjectInfoResponseAllOfImpulse, devices: List[Device], dataSummary: ProjectDataSummary, dataSummaryProcessedData: ProjectDataSummary, dataSummaryPerCategory: ProjectInfoResponseAllOfDataSummaryPerCategory, computeTime: ProjectInfoResponseAllOfComputeTime, acquisitionSettings: ProjectInfoResponseAllOfAcquisitionSettings, collaborators: List[User], deploySettings: ProjectInfoResponseAllOfDeploySettings, experiments: List[ProjectInfoResponseAllOfExperiments], latencyDevices: List[LatencyDevice], urls: ProjectInfoResponseAllOfUrls, showCreateFirstImpulse: StrictBool, showGettingStartedWizard: ProjectInfoResponseAllOfShowGettingStartedWizard, performance: ProjectInfoResponseAllOfPerformance, readme: Optional[ProjectInfoResponseAllOfReadme] = None, trainJobNotificationUids: List[StrictInt], dspJobNotificationUids: List[StrictInt], modelTestingJobNotificationUids: List[StrictInt], exportJobNotificationUids: List[StrictInt], hasNewTrainingData: StrictBool, csvImportConfig: Optional[Dict[str, Any]] = None, studioUrl: StrictStr, inPretrainedModelFlow: StrictBool)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

collaborators(: List[User )

csv_import_config(: Optional[Dict[str, Any] )

data_summary(_: ProjectDataSummary

data_summary_processed_data(_: ProjectDataSummary

development_keys(_: DevelopmentKeys

devices(: List[Device )

dsp_job_notification_uids(: List[StrictInt )

error(: Optional[StrictStr )

export_job_notification_uids(: List[StrictInt )

classmethod from_dict(obj: dict)

Create an instance of ProjectInfoResponse from a dict

classmethod from_json(json_str: str)

Create an instance of ProjectInfoResponse from a JSON string

has_new_training_data(: StrictBoo )

in_pretrained_model_flow(: StrictBoo )

latency_devices(: List[LatencyDevice )

model_testing_job_notification_uids(: List[StrictInt )

project(_: Project

readme(: Optional[ProjectInfoResponseAllOfReadme )

show_create_first_impulse(: StrictBoo )

studio_url(: StrictSt )

success(: StrictBoo )

to_dict()

Returns the dictionary representation of the model using alias

to_json()

Returns the JSON representation of the model using alias

to_str()

Returns the string representation of the model using alias

train_job_notification_uids(: List[StrictInt )

Last updated

Was this helpful?