> ## 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.

# MLModelCreateSchema

# MLModelCreateSchema

## Properties

| Name                             | Type                   | Description | Notes                               |
| -------------------------------- | ---------------------- | ----------- | ----------------------------------- |
| **name**                         | **str**                |             |                                     |
| **description**                  | **str**                |             |                                     |
| **workspace\_uuid**              | **str**                |             | \[optional]                         |
| **metadata**                     | **Dict\[str, object]** |             | \[optional]                         |
| **visibility**                   | **str**                |             | \[optional] \[default to 'private'] |
| **tags**                         | **List\[str]**         |             | \[optional]                         |
| **model\_external\_id**          | **str**                |             |                                     |
| **model\_provider\_name**        | **str**                |             |                                     |
| **mapped\_model\_id**            | **str**                |             | \[optional]                         |
| **output\_format**               | **str**                |             | \[optional]                         |
| **deployment**                   | **str**                |             | \[optional] \[default to 'cloud']   |
| **can\_take\_video\_as\_input**  | **bool**               |             | \[optional] \[default to False]     |
| **can\_take\_audio\_as\_input**  | **bool**               |             | \[optional] \[default to False]     |
| **can\_take\_image\_as\_input**  | **bool**               |             | \[optional] \[default to False]     |
| **can\_take\_text\_as\_input**   | **bool**               |             | \[optional] \[default to True]      |
| **can\_take\_action\_as\_input** | **bool**               |             | \[optional] \[default to False]     |


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