Struct openai_req::fine_tunes::FineTuneListEntry
source · pub struct FineTuneListEntry {
pub id: String,
pub object: String,
pub model: String,
pub created_at: i64,
pub fine_tuned_model: Option<String>,
pub hyperparams: Hyperparams,
pub organization_id: String,
pub result_files: Vec<FineTuneFileInfo>,
pub status: String,
pub validation_files: Vec<FineTuneFileInfo>,
pub training_files: Vec<FineTuneFileInfo>,
pub updated_at: i64,
}
Fields§
§id: String
§object: String
§model: String
§created_at: i64
§fine_tuned_model: Option<String>
§hyperparams: Hyperparams
§organization_id: String
§result_files: Vec<FineTuneFileInfo>
§status: String
§validation_files: Vec<FineTuneFileInfo>
§training_files: Vec<FineTuneFileInfo>
§updated_at: i64
Trait Implementations§
source§impl Clone for FineTuneListEntry
impl Clone for FineTuneListEntry
source§fn clone(&self) -> FineTuneListEntry
fn clone(&self) -> FineTuneListEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FineTuneListEntry
impl Debug for FineTuneListEntry
source§impl<'de> Deserialize<'de> for FineTuneListEntry
impl<'de> Deserialize<'de> for FineTuneListEntry
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<FineTuneListEntry> for FineTuneCancelRequest
impl From<FineTuneListEntry> for FineTuneCancelRequest
source§fn from(value: FineTuneListEntry) -> Self
fn from(value: FineTuneListEntry) -> Self
Converts to this type from the input type.
source§impl From<FineTuneListEntry> for FineTuneEventsGetRequest
impl From<FineTuneListEntry> for FineTuneEventsGetRequest
source§fn from(value: FineTuneListEntry) -> Self
fn from(value: FineTuneListEntry) -> Self
Converts to this type from the input type.
source§impl From<FineTuneListEntry> for FineTuneGetRequest
impl From<FineTuneListEntry> for FineTuneGetRequest
source§fn from(value: FineTuneListEntry) -> Self
fn from(value: FineTuneListEntry) -> Self
Converts to this type from the input type.
source§impl Serialize for FineTuneListEntry
impl Serialize for FineTuneListEntry
source§impl TryFrom<FineTuneListEntry> for ModelDeleteRequest
impl TryFrom<FineTuneListEntry> for ModelDeleteRequest
§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
source§impl TryFrom<FineTuneListEntry> for ModelRequest
impl TryFrom<FineTuneListEntry> for ModelRequest
§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.