How Projects work
id
: A unique identifier for the project.organization
: The organization to which the project belongs.name
: The name of the project.description
: A brief description of the project.metadata
: Additional metadata associated with the project.has_image
: Indicates whether the project has an associated image.status
: The current status of the project.owner
: The user who owns the project.options
: Additional options for the project.model_config
settings enable features like populating by field name, using enum values, and allowing arbitrary types.
Now that we understand the structure of a Project, let’s proceed with creating a project and loading a taxonomy.
organization.detach()
method is used to ensure we’re working with a detached copy of the organization object.