organization_dataset module
OrganizationDataset
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: Optional[edgeimpulse_api.models.organization_dataset_bucket.OrganizationDatasetBucket]
bucket_path: Optional[pydantic.types.StrictStr]
category: Optional[pydantic.types.StrictStr]
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
Static methods
from_dict
Create an instance of OrganizationDataset from a dict
Parameters
obj: dict
Return
edgeimpulse_api.models.organization_dataset.OrganizationDataset
from_json
Create an instance of OrganizationDataset from a JSON string
Parameters
json_str: str
Return
edgeimpulse_api.models.organization_dataset.OrganizationDataset
Methods
to_dict
Returns the dictionary representation of the model using alias
Parameters
self
to_json
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Return
str
to_str
Returns the string representation of the model using alias
Parameters
self
Return
str
Last updated