organization_create_project_request module
OrganizationCreateProjectRequest
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 | None
The type of the None singleton.email_recipient_uids: List[pydantic.types.StrictInt] | None
The type of the None singleton.extra_cli_arguments: pydantic.types.StrictStr | None
The type of the None singleton.filter: pydantic.types.StrictStr | None
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.new_project_name: pydantic.types.StrictStr | None
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.output_dataset_path_rule: edgeimpulse_api.models.organization_create_project_output_dataset_path_rule.OrganizationCreateProjectOutputDatasetPathRule | None
The type of the None singleton.output_path_in_dataset: pydantic.types.StrictStr | None
The type of the None singleton.parameters: Dict[str, pydantic.types.StrictStr] | None
The type of the None singleton.path_filters: List[edgeimpulse_api.models.organization_create_project_path_filter.OrganizationCreateProjectPathFilter] | None
The type of the None singleton.project_api_key: pydantic.types.StrictStr | None
The type of the None singleton.project_hmac_key: pydantic.types.StrictStr | None
The type of the None singleton.project_id: pydantic.types.StrictInt | None
The type of the None singleton.project_visibility: edgeimpulse_api.models.project_visibility.ProjectVisibility | None
The type of the None singleton.transformation_block_id: pydantic.types.StrictInt | None
The type of the None singleton.transformation_parallel: pydantic.types.StrictInt | None
The type of the None singleton.upload_type: pydantic.types.StrictStr | None
The type of the None singleton.
Static methods
category_validate_enum
Parameters
v
from_dict
Create an instance of OrganizationCreateProjectRequest from a dict
Parameters
obj: dict
Return
edgeimpulse_api.models.organization_create_project_request.OrganizationCreateProjectRequest
from_json
Create an instance of OrganizationCreateProjectRequest from a JSON string
Parameters
json_str: str
Return
edgeimpulse_api.models.organization_create_project_request.OrganizationCreateProjectRequest
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?