pub struct ListFineTuningJobEventsRequest {
pub fine_tuning_job_id: String,
pub after: Option<String>,
pub limit: Option<i64>,
}
Fields§
§fine_tuning_job_id: String
§after: Option<String>
§limit: Option<i64>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ListFineTuningJobEventsRequest
impl Send for ListFineTuningJobEventsRequest
impl Sync for ListFineTuningJobEventsRequest
impl Unpin for ListFineTuningJobEventsRequest
impl UnwindSafe for ListFineTuningJobEventsRequest
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