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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**model** | **String** |  | 
**training_files** | Option<[**Vec<models::TrainingFile>**]TrainingFile.md> |  | [optional][default to []]
**validation_files** | Option<**Vec<uuid::Uuid>**> |  | [optional]
**suffix** | Option<**String**> |  | [optional]
**integrations** | Option<[**Vec<models::WandbIntegration>**]WandbIntegration.md> |  | [optional]
**auto_start** | Option<**bool**> | This field will be required in a future release. | [optional]
**invalid_sample_skip_percentage** | Option<**f64**> |  | [optional][default to 0]
**job_type** | Option<[**models::FineTuneableModelType**]FineTuneableModelType.md> |  | [optional]
**hyperparameters** | [**models::Hyperparameters**]Hyperparameters.md |  | 
**repositories** | Option<[**Vec<models::GithubRepositoryIn>**]GithubRepositoryIn.md> |  | [optional]
**classifier_targets** | Option<[**Vec<models::ClassifierTargetIn>**]ClassifierTargetIn.md> |  | [optional]

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