list_organization_data_response_all_of_data module#

class edgeimpulse_api.models.list_organization_data_response_all_of_data.ListOrganizationDataResponseAllOfData(
*,
id: StrictInt,
name: StrictStr,
bucketId: StrictInt,
bucketName: StrictStr,
bucketPath: StrictStr,
fullBucketPath: StrictStr,
dataset: StrictStr,
totalFileCount: StrictInt,
totalFileSize: StrictInt,
created: datetime,
metadata: Dict[str, StrictStr],
metadataStringForCLI: StrictStr,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
bucket_id: StrictInt#
bucket_name: StrictStr#
bucket_path: StrictStr#
created: datetime#
dataset: StrictStr#
classmethod from_dict(
obj: dict,
) ListOrganizationDataResponseAllOfData[source]#

Create an instance of ListOrganizationDataResponseAllOfData from a dict

classmethod from_json(
json_str: str,
) ListOrganizationDataResponseAllOfData[source]#

Create an instance of ListOrganizationDataResponseAllOfData from a JSON string

full_bucket_path: StrictStr#
id: StrictInt#
metadata: Dict[str, StrictStr]#
metadata_string_for_cli: StrictStr#
name: StrictStr#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias

total_file_count: StrictInt#
total_file_size: StrictInt#