class edgeimpulse_api.models.migration.Migration(
**data: Any
)
Config
The type of the None singleton.
batch_size: pydantic.types.StrictInt | None
The type of the None singleton.
id: pydantic.types.StrictStr
The type of the None singleton.
offset: pydantic.types.StrictInt | None
The type of the None singleton.
state: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.migration.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.migration.Migration
edgeimpulse_api.models.migration.from_json(
json_str: str
) ‑> edgeimpulse_api.models.migration.Migration
edgeimpulse_api.models.migration.state_validate_enum(
v
)
edgeimpulse_api.models.migration.to_dict(
self
)
edgeimpulse_api.models.migration.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.migration.to_str(
self
) ‑> str