Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
**data: Any
Bases
pydantic.main.BaseModel
pydantic.utils.Representation
Class variables
Config
bucket: edgeimpulse_api.models.organization_dataset_bucket.OrganizationDatasetBucket | None
bucket_path: pydantic.types.StrictStr | None
category: pydantic.types.StrictStr | None
dataset: pydantic.types.StrictStr
last_file_created: datetime.datetime
tags: List[pydantic.types.StrictStr]
total_file_count: pydantic.types.StrictInt
total_file_size: pydantic.types.StrictInt
total_item_count: pydantic.types.StrictInt
total_item_count_checklist_failed: pydantic.types.StrictInt
total_item_count_checklist_ok: pydantic.types.StrictInt
type: edgeimpulse_api.models.organization_dataset_type_enum.OrganizationDatasetTypeEnum
Create an instance of OrganizationDataset from a dict
Parameters
obj: dict
Return
edgeimpulse_api.models.organization_dataset.OrganizationDataset
Create an instance of OrganizationDataset from a JSON string
Parameters
json_str: str
Return
edgeimpulse_api.models.organization_dataset.OrganizationDataset
Returns the dictionary representation of the model using alias
Parameters
self
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Return
str
Returns the string representation of the model using alias
Parameters
self
Return
str