mistral-openapi-client 0.1.0

Our Chat Completion and Embeddings APIs specification. Create your account on [La Plateforme](https://console.mistral.ai) to get access and read the [docs](https://docs.mistral.ai) to learn how to use it.
Documentation
# ClassifierFtModelOut

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**object** | Option<**Object**> |  (enum: model) | [optional][default to Model]
**created** | **i32** |  | 
**owned_by** | **String** |  | 
**workspace_id** | **String** |  | 
**root** | **String** |  | 
**root_version** | **String** |  | 
**archived** | **bool** |  | 
**name** | Option<**String**> |  | [optional]
**description** | Option<**String**> |  | [optional]
**capabilities** | [**models::FtModelCapabilitiesOut**]FTModelCapabilitiesOut.md |  | 
**max_context_length** | Option<**i32**> |  | [optional][default to 32768]
**aliases** | Option<**Vec<String>**> |  | [optional][default to []]
**job** | **uuid::Uuid** |  | 
**classifier_targets** | [**Vec<models::ClassifierTargetOut>**]ClassifierTargetOut.md |  | 
**model_type** | Option<**ModelType**> |  (enum: classifier) | [optional][default to Classifier]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)