organization_create_project module
OrganizationCreateProject
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
**data: Any
Bases
pydantic.main.BaseModel
pydantic.utils.Representation
Class variables
Config
The type of the None singleton.builtin_transformation_block: Dict[str, Any] | None
The type of the None singleton.category: pydantic.types.StrictStr
The type of the None singleton.created: datetime.datetime
The type of the None singleton.created_by_user: edgeimpulse_api.models.created_updated_by_user.CreatedUpdatedByUser | None
The type of the None singleton.email_recipient_uids: List[pydantic.types.StrictInt] | None
The type of the None singleton.filter_query: pydantic.types.StrictStr | None
The type of the None singleton.id: pydantic.types.StrictInt
The type of the None singleton.in_progress: pydantic.types.StrictBool
The type of the None singleton.label: pydantic.types.StrictStr | None
The type of the None singleton.name: pydantic.types.StrictStr
The type of the None singleton.operates_on: edgeimpulse_api.models.transformation_job_operates_on_enum.TransformationJobOperatesOnEnum
The type of the None singleton.organization_id: pydantic.types.StrictInt
The type of the None singleton.output_dataset_bucket_id: pydantic.types.StrictInt | None
The type of the None singleton.output_dataset_bucket_path: pydantic.types.StrictStr | None
The type of the None singleton.output_dataset_name: pydantic.types.StrictStr | None
The type of the None singleton.pipeline_id: pydantic.types.StrictInt | None
The type of the None singleton.pipeline_name: pydantic.types.StrictStr | None
The type of the None singleton.pipeline_run_id: pydantic.types.StrictInt | None
The type of the None singleton.pipeline_step: pydantic.types.StrictInt | None
The type of the None singleton.project_id: pydantic.types.StrictInt | None
The type of the None singleton.project_name: pydantic.types.StrictStr | None
The type of the None singleton.project_owner: pydantic.types.StrictStr | None
The type of the None singleton.status: edgeimpulse_api.models.transformation_job_status_enum.TransformationJobStatusEnum
The type of the None singleton.total_download_file_count: pydantic.types.StrictInt
The type of the None singleton.total_download_file_size: pydantic.types.StrictInt
The type of the None singleton.total_download_file_size_string: pydantic.types.StrictStr
The type of the None singleton.total_time_spent_seconds: pydantic.types.StrictInt
The type of the None singleton.total_time_spent_string: pydantic.types.StrictStr
The type of the None singleton.total_upload_file_count: pydantic.types.StrictInt
The type of the None singleton.transform_job_status: edgeimpulse_api.models.transformation_job_status_enum.TransformationJobStatusEnum
The type of the None singleton.transformation_block_id: pydantic.types.StrictInt | None
The type of the None singleton.transformation_block_name: pydantic.types.StrictStr | None
The type of the None singleton.transformation_parallel: pydantic.types.StrictInt
The type of the None singleton.transformation_summary: edgeimpulse_api.models.organization_create_project_transformation_summary.OrganizationCreateProjectTransformationSummary
The type of the None singleton.upload_job_files_uploaded: pydantic.types.StrictInt | None
The type of the None singleton.upload_job_id: pydantic.types.StrictInt | None
The type of the None singleton.upload_job_status: edgeimpulse_api.models.transformation_job_status_enum.TransformationJobStatusEnum
The type of the None singleton.upload_type: pydantic.types.StrictStr
The type of the None singleton.
Static methods
category_validate_enum
Parameters
v
from_dict
Create an instance of OrganizationCreateProject from a dict
Parameters
obj: dict
Return
edgeimpulse_api.models.organization_create_project.OrganizationCreateProject
from_json
Create an instance of OrganizationCreateProject from a JSON string
Parameters
json_str: str
Return
edgeimpulse_api.models.organization_create_project.OrganizationCreateProject
upload_type_validate_enum
Parameters
v
Methods
to_dict
Returns the dictionary representation of the model using alias
Parameters
self
to_json
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Return
str
to_str
Returns the string representation of the model using alias
Parameters
self
Return
str
Last updated
Was this helpful?