project_info_response_all_of
edgeimpulse_api v1.0.0
edgeimpulse_api.models.project_info_response_all_of module
class edgeimpulse_api.models.project_info_response_all_of.ProjectInfoResponseAllOf(*, 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_ )
acquisition_settings(_: ProjectInfoResponseAllOfAcquisitionSettings
collaborators(: List[User )
compute_time(_: ProjectInfoResponseAllOfComputeTime
csv_import_config(: Optional[Dict[str, Any] )
data_summary(_: ProjectDataSummary
data_summary_per_category(_: ProjectInfoResponseAllOfDataSummaryPerCategory
data_summary_processed_data(_: ProjectDataSummary
deploy_settings(_: ProjectInfoResponseAllOfDeploySettings
development_keys(_: DevelopmentKeys
devices(: List[Device )
dsp_job_notification_uids(: List[StrictInt )
experiments(: List[ProjectInfoResponseAllOfExperiments )
export_job_notification_uids(: List[StrictInt )
classmethod from_dict(obj: dict)Create an instance of ProjectInfoResponseAllOf from a dict
classmethod from_json(json_str: str)Create an instance of ProjectInfoResponseAllOf from a JSON string
has_new_training_data(: StrictBoo )
impulse(_: ProjectInfoResponseAllOfImpulse
in_pretrained_model_flow(: StrictBoo )
latency_devices(: List[LatencyDevice )
model_testing_job_notification_uids(: List[StrictInt )
performance(_: ProjectInfoResponseAllOfPerformance
project(_: Project
readme(: Optional[ProjectInfoResponseAllOfReadme )
show_create_first_impulse(: StrictBoo )
show_getting_started_wizard(_: ProjectInfoResponseAllOfShowGettingStartedWizard
studio_url(: StrictSt )
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 )
urls(_: ProjectInfoResponseAllOfUrls
Last updated
Was this helpful?