Create a new Vector DB.
A model representing an VectorDB.
Inherits from: BaseView: The base model containing common fields.
Attributes: name (str): The name of the Vector DB. description (str): The description of the Vector DB. type (VectorDBType): The type of the Vector DB. user_enforcement (int): The user enforcement of the Vector DB. group_enforcement (int): The group enforcement of the Vector DB. ai_applications (Optional[str]): The AI applications associated with the Vector DB.
The unique identifier of the resource
The status of the resource
The creation time of the resource
The last update time of the resource
The name of the Vector DB
The description of the Vector DB
The user enforcement of the Vector DB
The group enforcement of the Vector DB
The AI applications associated with the Vector DB
Successful Response