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
allows_live_public_access: pydantic.types.StrictBool
category: pydantic.types.StrictStr | None
collaborators: List[edgeimpulse_api.models.project_collaborator.ProjectCollaborator]
created: datetime.datetime
data_explorer_screenshot: pydantic.types.StrictStr | None
description: pydantic.types.StrictStr
developer_profile_user_id: pydantic.types.StrictInt | None
has_public_version: pydantic.types.StrictBool
id: pydantic.types.StrictInt
ind_pause_processing_samples: pydantic.types.StrictBool
is_enterprise_project: pydantic.types.StrictBool
is_public: pydantic.types.StrictBool
labeling_method: pydantic.types.StrictStr
last_accessed: datetime.datetime | None
last_modification_details: pydantic.types.StrictStr | None
last_modified: datetime.datetime | None
license: pydantic.types.StrictStr | None
logo: pydantic.types.StrictStr | None
metadata: Dict[str, Any]
name: pydantic.types.StrictStr
owner: pydantic.types.StrictStr
owner_avatar: pydantic.types.StrictStr | None
owner_is_developer_profile: pydantic.types.StrictBool
owner_organization_id: pydantic.types.StrictInt | None
owner_user_id: pydantic.types.StrictInt | None
public_project_listed: pydantic.types.StrictBool
tags: List[pydantic.types.StrictStr] | None
tier: edgeimpulse_api.models.project_tier_enum.ProjectTierEnum
whitelabel_id: pydantic.types.StrictInt | None
Create an instance of Project from a dict
Parameters
obj: dict
Return
edgeimpulse_api.models.project.Project
Create an instance of Project from a JSON string
Parameters
json_str: str
Return
edgeimpulse_api.models.project.Project
Parameters
v
Returns the dictionary representation of the model using alias
Parameters
self
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Return
str
Returns the string representation of the model using alias
Parameters
self
Return
str