pub struct FineTuning { /* private fields */ }Expand description
Accessor for fine-tuning endpoints: client.fine_tuning().jobs().
Implementations§
Source§impl FineTuning
impl FineTuning
Sourcepub fn jobs(&self) -> FineTuningJobs
pub fn jobs(&self) -> FineTuningJobs
The fine-tuning jobs resource.
Trait Implementations§
Source§impl Clone for FineTuning
impl Clone for FineTuning
Source§fn clone(&self) -> FineTuning
fn clone(&self) -> FineTuning
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for FineTuning
impl !UnwindSafe for FineTuning
impl Freeze for FineTuning
impl Send for FineTuning
impl Sync for FineTuning
impl Unpin for FineTuning
impl UnsafeUnpin for FineTuning
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