class edgeimpulse_api.models.organization_add_data_folder_request.OrganizationAddDataFolderRequest(
**data: Any
)
Config
The type of the None singleton.
bucket_id: pydantic.types.StrictInt
The type of the None singleton.
bucket_path: pydantic.types.StrictStr
The type of the None singleton.
dataset: pydantic.types.StrictStr
The type of the None singleton.
metadata_dataset: pydantic.types.StrictStr | None
The type of the None singleton.
type: edgeimpulse_api.models.organization_dataset_type_enum.OrganizationDatasetTypeEnum | None
The type of the None singleton.
edgeimpulse_api.models.organization_add_data_folder_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.organization_add_data_folder_request.OrganizationAddDataFolderRequest
edgeimpulse_api.models.organization_add_data_folder_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.organization_add_data_folder_request.OrganizationAddDataFolderRequest
edgeimpulse_api.models.organization_add_data_folder_request.to_dict(
self
)
edgeimpulse_api.models.organization_add_data_folder_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.organization_add_data_folder_request.to_str(
self
) ‑> str