pub struct ListFineTuningJobEventsResponse {
pub object: String,
pub data: Vec<FineTuningJobEvent>,
}Expand description
Response containing a list of fine-tuning job events.
Fields§
§object: String§data: Vec<FineTuningJobEvent>Trait Implementations§
Source§impl Clone for ListFineTuningJobEventsResponse
impl Clone for ListFineTuningJobEventsResponse
Source§fn clone(&self) -> ListFineTuningJobEventsResponse
fn clone(&self) -> ListFineTuningJobEventsResponse
Returns a duplicate 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<'de> Deserialize<'de> for ListFineTuningJobEventsResponse
impl<'de> Deserialize<'de> for ListFineTuningJobEventsResponse
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
Auto Trait Implementations§
impl Freeze for ListFineTuningJobEventsResponse
impl RefUnwindSafe for ListFineTuningJobEventsResponse
impl Send for ListFineTuningJobEventsResponse
impl Sync for ListFineTuningJobEventsResponse
impl Unpin for ListFineTuningJobEventsResponse
impl UnwindSafe for ListFineTuningJobEventsResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more