get_organization_data_item_transform_jobs_response_all_of_transformation_jobs module#

class edgeimpulse_api.models.get_organization_data_item_transform_jobs_response_all_of_transformation_jobs.GetOrganizationDataItemTransformJobsResponseAllOfTransformationJobs(
*,
id: StrictInt,
transformationJobId: StrictInt,
createProjectId: StrictInt,
created: datetime,
jobId: StrictInt,
jobStarted: datetime | None = None,
jobFinished: datetime | None = None,
jobFinishedSuccessful: StrictBool | None = None,
transformationBlockName: StrictStr,
pipelineName: StrictStr | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
create_project_id: StrictInt#
created: datetime#
classmethod from_dict(
obj: dict,
) GetOrganizationDataItemTransformJobsResponseAllOfTransformationJobs[source]#

Create an instance of GetOrganizationDataItemTransformJobsResponseAllOfTransformationJobs from a dict

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

Create an instance of GetOrganizationDataItemTransformJobsResponseAllOfTransformationJobs from a JSON string

id: StrictInt#
job_finished: datetime | None#
job_finished_successful: StrictBool | None#
job_id: StrictInt#
job_started: datetime | None#
pipeline_name: 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

transformation_block_name: StrictStr#
transformation_job_id: StrictInt#