class edgeimpulse_api.models.organization_add_dataset_request.OrganizationAddDatasetRequest(
**data: Any
)
Config
The type of the None singleton.
bucket: edgeimpulse_api.models.organization_add_dataset_request_bucket.OrganizationAddDatasetRequestBucket
The type of the None singleton.
category: pydantic.types.StrictStr
The type of the None singleton.
dataset: pydantic.types.StrictStr
The type of the None singleton.
tags: List[pydantic.types.StrictStr]
The type of the None singleton.
type: edgeimpulse_api.models.organization_dataset_type_enum.OrganizationDatasetTypeEnum
The type of the None singleton.
edgeimpulse_api.models.organization_add_dataset_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.organization_add_dataset_request.OrganizationAddDatasetRequest
edgeimpulse_api.models.organization_add_dataset_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.organization_add_dataset_request.OrganizationAddDatasetRequest
edgeimpulse_api.models.organization_add_dataset_request.to_dict(
self
)
edgeimpulse_api.models.organization_add_dataset_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.organization_add_dataset_request.to_str(
self
) ‑> str