class edgeimpulse_api.models.organization_create_project_with_files_all_of_files.OrganizationCreateProjectWithFilesAllOfFiles(
**data: Any
)
Config
The type of the None singleton.
bucket_path: pydantic.types.StrictStr
The type of the None singleton.
file_name: pydantic.types.StrictStr
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
length_string: pydantic.types.StrictStr
The type of the None singleton.
link_to_data_item: pydantic.types.StrictStr
The type of the None singleton.
source_dataset_type: edgeimpulse_api.models.organization_dataset_type_enum.OrganizationDatasetTypeEnum
The type of the None singleton.
transformation_job_id: pydantic.types.StrictInt | None
The type of the None singleton.
transformation_job_status: edgeimpulse_api.models.transformation_job_status_enum.TransformationJobStatusEnum
The type of the None singleton.
edgeimpulse_api.models.organization_create_project_with_files_all_of_files.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.organization_create_project_with_files_all_of_files.OrganizationCreateProjectWithFilesAllOfFiles
edgeimpulse_api.models.organization_create_project_with_files_all_of_files.from_json(
json_str: str
) ‑> edgeimpulse_api.models.organization_create_project_with_files_all_of_files.OrganizationCreateProjectWithFilesAllOfFiles
edgeimpulse_api.models.organization_create_project_with_files_all_of_files.to_dict(
self
)
edgeimpulse_api.models.organization_create_project_with_files_all_of_files.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.organization_create_project_with_files_all_of_files.to_str(
self
) ‑> str