class edgeimpulse_api.models.update_organization_data_item_request.UpdateOrganizationDataItemRequest(
**data: Any
)
Config
The type of the None singleton.
dataset: pydantic.types.StrictStr | None
The type of the None singleton.
metadata: Dict[str, pydantic.types.StrictStr] | None
The type of the None singleton.
name: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.update_organization_data_item_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.update_organization_data_item_request.UpdateOrganizationDataItemRequest
edgeimpulse_api.models.update_organization_data_item_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.update_organization_data_item_request.UpdateOrganizationDataItemRequest
edgeimpulse_api.models.update_organization_data_item_request.to_dict(
self
)
edgeimpulse_api.models.update_organization_data_item_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.update_organization_data_item_request.to_str(
self
) ‑> str