project_public_data
edgeimpulse_api v1.0.0
edgeimpulse_api.models.project_public_data module
class edgeimpulse_api.models.project_public_data.ProjectPublicData(*, id: StrictInt, name: StrictStr, description: StrictStr, created: datetime, owner: StrictStr, ownerAvatar: Optional[StrictStr] = None, publicUrl: StrictStr, projectType: StrictStr, pageViewCount: StrictInt, cloneCount: StrictInt, totalSamplesCount: Optional[StrictStr] = None, trainingAccuracy: Optional[float] = None, testAccuracy: Optional[float] = None, readme: Optional[ProjectPublicDataReadme] = None, tags: List[StrictStr])Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
clone_count(: StrictIn )
created(: datetim )
description(: StrictSt )
classmethod from_dict(obj: dict)Create an instance of ProjectPublicData from a dict
classmethod from_json(json_str: str)Create an instance of ProjectPublicData from a JSON string
id(: StrictIn )
name(: StrictSt )
owner(: StrictSt )
owner_avatar(: Optional[StrictStr )
page_view_count(: StrictIn )
project_type(: StrictSt )
classmethod project_type_validate_enum(v)
public_url(: StrictSt )
readme(: Optional[ProjectPublicDataReadme )
tags(: List[StrictStr )
test_accuracy(: Optional[float )
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
total_samples_count(: Optional[StrictStr )
training_accuracy(: Optional[float )
Last updated
Was this helpful?