organization_pipeline_run

edgeimpulse_api v1.0.0

edgeimpulse_api.models.organization_pipeline_run module

class edgeimpulse_api.models.organization_pipeline_run.OrganizationPipelineRun(*, id: StrictInt, steps: List[OrganizationPipelineRunStep], created: datetime, finished: Optional[datetime] = None, itemCountBefore: Optional[OrganizationPipelineItemCount] = None, itemCountAfter: Optional[OrganizationPipelineItemCount] = None, itemCountImportIntoProjectFailed: Optional[StrictInt] = None)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

created(: datetim )

finished(: Optional[datetime )

classmethod from_dict(obj: dict)

Create an instance of OrganizationPipelineRun from a dict

classmethod from_json(json_str: str)

Create an instance of OrganizationPipelineRun from a JSON string

id(: StrictIn )

item_count_after(: Optional[OrganizationPipelineItemCount )

item_count_before(: Optional[OrganizationPipelineItemCount )

item_count_import_into_project_failed(: Optional[StrictInt )

to_dict()

Returns the dictionary representation of the model using alias

to_json()

Returns the JSON representation of the model using alias

to_str()

Returns the string representation of the model using alias

Last updated

Was this helpful?