list_versions_response_all_of_versions module#

class edgeimpulse_api.models.list_versions_response_all_of_versions.ListVersionsResponseAllOfVersions(
*,
id: StrictInt,
version: StrictInt,
description: StrictStr,
bucket: ListVersionsResponseAllOfBucket,
created: datetime,
userId: StrictInt | None = None,
userName: StrictStr | None = None,
userPhoto: StrictStr | None = None,
publicProjectId: StrictInt | None = None,
publicProjectUrl: StrictStr | None = None,
trainingAccuracy: float | None = None,
testAccuracy: float | None = None,
totalSamplesCount: StrictStr | None = None,
license: StrictStr | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
bucket: ListVersionsResponseAllOfBucket#
created: datetime#
description: StrictStr#
classmethod from_dict(
obj: dict,
) ListVersionsResponseAllOfVersions[source]#

Create an instance of ListVersionsResponseAllOfVersions from a dict

classmethod from_json(
json_str: str,
) ListVersionsResponseAllOfVersions[source]#

Create an instance of ListVersionsResponseAllOfVersions from a JSON string

id: StrictInt#
license: StrictStr | None#
public_project_id: StrictInt | None#
public_project_url: StrictStr | None#
test_accuracy: float | None#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias

total_samples_count: StrictStr | None#
training_accuracy: float | None#
user_id: StrictInt | None#
user_name: StrictStr | None#
user_photo: StrictStr | None#
version: StrictInt#