MLModelSchema
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| name | str | ||
| description | str | ||
| created_at | datetime | ||
| updated_at | datetime | ||
| created_by | str | ||
| updated_by | str | ||
| workspace_uuid | str | ||
| metadata | Dict[str, object] | ||
| visibility | str | ||
| tags | List[str] | ||
| model_external_id | str | ||
| model_provider_name | 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 |