project_private_data

edgeimpulse_api v1.0.0

edgeimpulse_api.models.project_private_data module

class edgeimpulse_api.models.project_private_data.ProjectPrivateData(*, lastAccessed: Optional[datetime] = None, metadata: Dict[str, Any], dataExplorerScreenshot: Optional[StrictStr] = None, isEnterpriseProject: StrictBool, collaborators: Optional[List[ProjectCollaborator]] = None, whitelabelId: Optional[StrictInt])

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

collaborators(: Optional[List[ProjectCollaborator] )

data_explorer_screenshot(: Optional[StrictStr )

classmethod from_dict(obj: dict)

Create an instance of ProjectPrivateData from a dict

classmethod from_json(json_str: str)

Create an instance of ProjectPrivateData from a JSON string

is_enterprise_project(: StrictBoo )

last_accessed(: Optional[datetime )

metadata(: Dict[str, Any )

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

whitelabel_id(: Optional[StrictInt )

Last updated

Was this helpful?