> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MLModelSchema

# MLModelSchema

ML Model schema.

## Properties

| Name                             | Type                   | Description | Notes       |
| -------------------------------- | ---------------------- | ----------- | ----------- |
| **uuid**                         | **str**                |             |             |
| **name**                         | **str**                |             |             |
| **description**                  | **str**                |             |             |
| **created\_at**                  | **datetime**           |             |             |
| **updated\_at**                  | **datetime**           |             |             |
| **created\_by**                  | **str**                |             | \[optional] |
| **updated\_by**                  | **str**                |             | \[optional] |
| **workspace\_uuid**              | **str**                |             |             |
| **metadata**                     | **Dict\[str, object]** |             |             |
| **visibility**                   | **str**                |             |             |
| **tags**                         | **List\[str]**         |             |             |
| **model\_external\_id**          | **str**                |             |             |
| **model\_provider\_name**        | **str**                |             |             |
| **mapped\_model\_id**            | **str**                |             | \[optional] |
| **output\_format**               | **str**                |             | \[optional] |
| **deployment**                   | **str**                |             |             |
| **can\_take\_video\_as\_input**  | **bool**               |             |             |
| **can\_take\_audio\_as\_input**  | **bool**               |             |             |
| **can\_take\_image\_as\_input**  | **bool**               |             |             |
| **can\_take\_text\_as\_input**   | **bool**               |             |             |
| **can\_take\_action\_as\_input** | **bool**               |             |             |
| **is\_edge\_compatible**         | **bool**               |             |             |
| **is\_cloud\_compatible**        | **bool**               |             |             |


Built with [Mintlify](https://mintlify.com).