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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **uuid::Uuid** | The ID of the job. | 
**auto_start** | **bool** |  | 
**model** | **String** |  | 
**status** | **Status** | The current status of the fine-tuning job. (enum: QUEUED, STARTED, VALIDATING, VALIDATED, RUNNING, FAILED_VALIDATION, FAILED, SUCCESS, CANCELLED, CANCELLATION_REQUESTED) | 
**created_at** | **i32** | The UNIX timestamp (in seconds) for when the fine-tuning job was created. | 
**modified_at** | **i32** | The UNIX timestamp (in seconds) for when the fine-tuning job was last modified. | 
**training_files** | **Vec<uuid::Uuid>** | A list containing the IDs of uploaded files that contain training data. | 
**validation_files** | Option<**Vec<uuid::Uuid>**> |  | [optional]
**object** | Option<**Object**> |  (enum: job.metadata) | [optional][default to JobMetadata]
**fine_tuned_model** | Option<**String**> |  | [optional]
**suffix** | Option<**String**> |  | [optional]
**integrations** | Option<[**Vec<models::WandbIntegrationOut>**]WandbIntegrationOut.md> |  | [optional]
**trained_tokens** | Option<**i32**> |  | [optional]
**metadata** | Option<[**models::JobMetadataOut**]JobMetadataOut.md> |  | [optional]
**job_type** | Option<**JobType**> | The type of job (`FT` for fine-tuning). (enum: classifier) | [optional][default to Classifier]
**hyperparameters** | [**models::ClassifierTrainingParameters**]ClassifierTrainingParameters.md |  | 
**repositories** | Option<[**Vec<models::GithubRepositoryOut>**]GithubRepositoryOut.md> |  | [optional][default to []]
**expected_duration_seconds** | Option<**i32**> |  | [optional]
**cost** | Option<**f64**> |  | [optional]
**cost_currency** | Option<**String**> |  | [optional]
**train_tokens_per_step** | Option<**i32**> |  | [optional]
**train_tokens** | Option<**i32**> |  | [optional]
**data_tokens** | Option<**i32**> |  | [optional]
**estimated_start_time** | Option<**i32**> |  | [optional]
**deprecated** | Option<**bool**> |  | [optional][default to true]
**details** | **String** |  | 
**epochs** | Option<**f64**> |  | [optional]
**training_steps** | Option<**i32**> |  | [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)