class edgeimpulse_api.models.organization_create_project_with_files.OrganizationCreateProjectWithFiles(
**data: Any
)
Config
The type of the None singleton.
builtin_transformation_block: Dict[str, Any] | None
The type of the None singleton.
category: pydantic.types.StrictStr
The type of the None singleton.
created: datetime.datetime
The type of the None singleton.
created_by_user: edgeimpulse_api.models.created_updated_by_user.CreatedUpdatedByUser | None
The type of the None singleton.
email_recipient_uids: List[pydantic.types.StrictInt] | None
The type of the None singleton.
file_count_for_filter: pydantic.types.StrictInt
The type of the None singleton.
files: List[edgeimpulse_api.models.organization_create_project_with_files_all_of_files.OrganizationCreateProjectWithFilesAllOfFiles]
The type of the None singleton.
filter_query: pydantic.types.StrictStr | None
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
in_progress: pydantic.types.StrictBool
The type of the None singleton.
label: pydantic.types.StrictStr | None
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
operates_on: edgeimpulse_api.models.transformation_job_operates_on_enum.TransformationJobOperatesOnEnum
The type of the None singleton.
organization_id: pydantic.types.StrictInt
The type of the None singleton.
output_dataset_bucket_id: pydantic.types.StrictInt | None
The type of the None singleton.
output_dataset_bucket_path: pydantic.types.StrictStr | None
The type of the None singleton.
output_dataset_name: pydantic.types.StrictStr | None
The type of the None singleton.
pipeline_id: pydantic.types.StrictInt | None
The type of the None singleton.
pipeline_name: pydantic.types.StrictStr | None
The type of the None singleton.
pipeline_run_id: pydantic.types.StrictInt | None
The type of the None singleton.
pipeline_step: pydantic.types.StrictInt | None
The type of the None singleton.
project_id: pydantic.types.StrictInt | None
The type of the None singleton.
project_name: pydantic.types.StrictStr | None
The type of the None singleton.
project_owner: pydantic.types.StrictStr | None
The type of the None singleton.
status: edgeimpulse_api.models.transformation_job_status_enum.TransformationJobStatusEnum
The type of the None singleton.
total_download_file_count: pydantic.types.StrictInt
The type of the None singleton.
total_download_file_size: pydantic.types.StrictInt
The type of the None singleton.
total_download_file_size_string: pydantic.types.StrictStr
The type of the None singleton.
total_time_spent_seconds: pydantic.types.StrictInt
The type of the None singleton.
total_time_spent_string: pydantic.types.StrictStr
The type of the None singleton.
total_upload_file_count: pydantic.types.StrictInt
The type of the None singleton.
transform_job_status: edgeimpulse_api.models.transformation_job_status_enum.TransformationJobStatusEnum
The type of the None singleton.
transformation_block_id: pydantic.types.StrictInt | None
The type of the None singleton.
transformation_block_name: pydantic.types.StrictStr | None
The type of the None singleton.
transformation_parallel: pydantic.types.StrictInt
The type of the None singleton.
transformation_summary: edgeimpulse_api.models.organization_create_project_transformation_summary.OrganizationCreateProjectTransformationSummary
The type of the None singleton.
upload_job_files_uploaded: pydantic.types.StrictInt | None
The type of the None singleton.
upload_job_id: pydantic.types.StrictInt | None
The type of the None singleton.
upload_job_status: edgeimpulse_api.models.transformation_job_status_enum.TransformationJobStatusEnum
The type of the None singleton.
upload_type: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.organization_create_project_with_files.category_validate_enum(
v
)
edgeimpulse_api.models.organization_create_project_with_files.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.organization_create_project_with_files.OrganizationCreateProjectWithFiles
edgeimpulse_api.models.organization_create_project_with_files.from_json(
json_str: str
) ‑> edgeimpulse_api.models.organization_create_project_with_files.OrganizationCreateProjectWithFiles
edgeimpulse_api.models.organization_create_project_with_files.upload_type_validate_enum(
v
)
edgeimpulse_api.models.organization_create_project_with_files.to_dict(
self
)
edgeimpulse_api.models.organization_create_project_with_files.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.organization_create_project_with_files.to_str(
self
) ‑> str