organization_get_create_projects_response_all_of_jobs module#

class edgeimpulse_api.models.organization_get_create_projects_response_all_of_jobs.OrganizationGetCreateProjectsResponseAllOfJobs(
*,
id: StrictInt,
organizationId: StrictInt | None = None,
name: StrictStr,
uploadType: StrictStr,
transformJobStatus: TransformationJobStatusEnum,
uploadJobId: StrictInt | None = None,
uploadJobStatus: TransformationJobStatusEnum,
projectOwner: StrictStr | None = None,
projectId: StrictInt | None = None,
projectName: StrictStr | None = None,
transformationBlockId: StrictInt | None = None,
builtinTransformationBlock: Dict[str, Any] | None = None,
transformationBlockName: StrictStr | None = None,
transformationOperatesOn: TransformationJobOperatesOnEnum | None = None,
created: datetime,
outputDatasetName: StrictStr | None = None,
outputDatasetBucketId: StrictInt | None = None,
outputDatasetBucketPath: StrictStr | None = None,
totalDownloadFileCount: StrictInt,
totalDownloadFileSize: StrictInt,
totalDownloadFileSizeString: StrictStr,
totalUploadFileCount: StrictInt | None = None,
totalTimeSpentSeconds: StrictInt | None = None,
totalTimeSpentString: StrictStr,
createdByUser: CreatedUpdatedByUser | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
builtin_transformation_block: Dict[str, Any] | None#
created: datetime#
created_by_user: CreatedUpdatedByUser | None#
classmethod from_dict(
obj: dict,
) OrganizationGetCreateProjectsResponseAllOfJobs[source]#

Create an instance of OrganizationGetCreateProjectsResponseAllOfJobs from a dict

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

Create an instance of OrganizationGetCreateProjectsResponseAllOfJobs from a JSON string

id: StrictInt#
name: StrictStr#
organization_id: StrictInt | None#
output_dataset_bucket_id: StrictInt | None#
output_dataset_bucket_path: StrictStr | None#
output_dataset_name: StrictStr | None#
project_id: StrictInt | None#
project_name: StrictStr | None#
project_owner: StrictStr | None#
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_download_file_count: StrictInt#
total_download_file_size: StrictInt#
total_download_file_size_string: StrictStr#
total_time_spent_seconds: StrictInt | None#
total_time_spent_string: StrictStr#
total_upload_file_count: StrictInt | None#
transform_job_status: TransformationJobStatusEnum#
transformation_block_id: StrictInt | None#
transformation_block_name: StrictStr | None#
transformation_operates_on: TransformationJobOperatesOnEnum | None#
upload_job_id: StrictInt | None#
upload_job_status: TransformationJobStatusEnum#
upload_type: StrictStr#
classmethod upload_type_validate_enum(v)[source]#