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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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]
**object** | Option<**Object**> |  (enum: job.metadata) | [optional][default to JobMetadata]

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