organization_create_project_transformation_summary
edgeimpulse_api v1.0.0
edgeimpulse_api.models.organization_create_project_transformation_summary module
class edgeimpulse_api.models.organization_create_project_transformation_summary.OrganizationCreateProjectTransformationSummary(*, startedCount: StrictInt, succeededCount: StrictInt, finishedCount: StrictInt, totalFileCount: StrictInt)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
finished_count(: StrictIn )
classmethod from_dict(obj: dict)Create an instance of OrganizationCreateProjectTransformationSummary from a dict
classmethod from_json(json_str: str)Create an instance of OrganizationCreateProjectTransformationSummary from a JSON string
started_count(: StrictIn )
succeeded_count(: StrictIn )
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
total_file_count(: StrictIn )
Previousorganization_create_project_status_response_all_ofNextorganization_create_project_with_files
Last updated
Was this helpful?