organization_data_item

edgeimpulse_api v1.0.0

edgeimpulse_api.models.organization_data_item module

class edgeimpulse_api.models.organization_data_item.OrganizationDataItem(*, id: StrictInt, name: StrictStr, bucketId: StrictInt, bucketName: StrictStr, bucketPath: StrictStr, dataset: StrictStr, totalFileCount: StrictInt, totalFileSize: StrictInt, created: datetime, metadata: Dict[str, StrictStr], files: List[OrganizationDataItemFilesInner])

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

bucket_id(: StrictIn )

bucket_name(: StrictSt )

bucket_path(: StrictSt )

created(: datetim )

dataset(: StrictSt )

classmethod from_dict(obj: dict)

Create an instance of OrganizationDataItem from a dict

classmethod from_json(json_str: str)

Create an instance of OrganizationDataItem from a JSON string

id(: StrictIn )

metadata(: Dict[str, StrictStr )

name(: StrictSt )

to_dict()

Returns the dictionary representation of the model using alias

to_json()

Returns the JSON representation of the model using alias

to_str()

Returns the string representation of the model using alias

total_file_count(: StrictIn )

total_file_size(: StrictIn )

Last updated

Was this helpful?