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 Freeze for ListFineTuningJobEventsRequest
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