pub struct FineTuningJobCheckpointsResource { /* private fields */ }Expand description
Fine-tuning Checkpoints 资源。
Implementations§
Source§impl FineTuningJobCheckpointsResource
impl FineTuningJobCheckpointsResource
Sourcepub fn list(
&self,
job_id: impl Into<String>,
) -> ListRequestBuilder<FineTuningCheckpoint>
pub fn list( &self, job_id: impl Into<String>, ) -> ListRequestBuilder<FineTuningCheckpoint>
列出某个 job 的 checkpoints。
Trait Implementations§
Source§impl Clone for FineTuningJobCheckpointsResource
impl Clone for FineTuningJobCheckpointsResource
Source§fn clone(&self) -> FineTuningJobCheckpointsResource
fn clone(&self) -> FineTuningJobCheckpointsResource
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 moreAuto Trait Implementations§
impl Freeze for FineTuningJobCheckpointsResource
impl !RefUnwindSafe for FineTuningJobCheckpointsResource
impl Send for FineTuningJobCheckpointsResource
impl Sync for FineTuningJobCheckpointsResource
impl Unpin for FineTuningJobCheckpointsResource
impl UnsafeUnpin for FineTuningJobCheckpointsResource
impl !UnwindSafe for FineTuningJobCheckpointsResource
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