class edgeimpulse_api.models.list_versions_response_all_of.ListVersionsResponseAllOf(
**data: Any
)
Config
The type of the None singleton.
custom_learn_blocks: List[edgeimpulse_api.models.list_versions_response_all_of_custom_learn_blocks.ListVersionsResponseAllOfCustomLearnBlocks]
The type of the None singleton.
next_version: pydantic.types.StrictInt
The type of the None singleton.
run_model_testing_while_versioning: pydantic.types.StrictBool
The type of the None singleton.
versions: List[edgeimpulse_api.models.list_versions_response_all_of_versions.ListVersionsResponseAllOfVersions]
The type of the None singleton.
edgeimpulse_api.models.list_versions_response_all_of.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.list_versions_response_all_of.ListVersionsResponseAllOf
edgeimpulse_api.models.list_versions_response_all_of.from_json(
json_str: str
) ‑> edgeimpulse_api.models.list_versions_response_all_of.ListVersionsResponseAllOf
edgeimpulse_api.models.list_versions_response_all_of.to_dict(
self
)
edgeimpulse_api.models.list_versions_response_all_of.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.list_versions_response_all_of.to_str(
self
) ‑> str