class edgeimpulse_api.models.organization_pipeline_run.OrganizationPipelineRun(
**data: Any
)
Config
The type of the None singleton.
created: datetime.datetime
The type of the None singleton.
finished: datetime.datetime | None
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
item_count_after: edgeimpulse_api.models.organization_pipeline_item_count.OrganizationPipelineItemCount | None
The type of the None singleton.
item_count_before: edgeimpulse_api.models.organization_pipeline_item_count.OrganizationPipelineItemCount | None
The type of the None singleton.
item_count_import_into_project_failed: pydantic.types.StrictInt | None
The type of the None singleton.
steps: List[edgeimpulse_api.models.organization_pipeline_run_step.OrganizationPipelineRunStep]
The type of the None singleton.
edgeimpulse_api.models.organization_pipeline_run.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.organization_pipeline_run.OrganizationPipelineRun
edgeimpulse_api.models.organization_pipeline_run.from_json(
json_str: str
) ‑> edgeimpulse_api.models.organization_pipeline_run.OrganizationPipelineRun
edgeimpulse_api.models.organization_pipeline_run.to_dict(
self
)
edgeimpulse_api.models.organization_pipeline_run.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.organization_pipeline_run.to_str(
self
) ‑> str