pub struct ListFineTuningJobCheckpointsQuery {
pub after: Option<String>,
pub limit: Option<u32>,
}Available on crate feature
finetuning-types only.Expand description
Query parameters for listing fine-tuning job checkpoints.
Fields§
§after: Option<String>Identifier for the last checkpoint from the previous pagination request.
limit: Option<u32>Number of checkpoints to retrieve.
Trait Implementations§
Source§impl Clone for ListFineTuningJobCheckpointsQuery
impl Clone for ListFineTuningJobCheckpointsQuery
Source§fn clone(&self) -> ListFineTuningJobCheckpointsQuery
fn clone(&self) -> ListFineTuningJobCheckpointsQuery
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 moreSource§impl Default for ListFineTuningJobCheckpointsQuery
impl Default for ListFineTuningJobCheckpointsQuery
Source§fn default() -> ListFineTuningJobCheckpointsQuery
fn default() -> ListFineTuningJobCheckpointsQuery
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ListFineTuningJobCheckpointsQuery
Auto Trait Implementations§
impl Freeze for ListFineTuningJobCheckpointsQuery
impl RefUnwindSafe for ListFineTuningJobCheckpointsQuery
impl Send for ListFineTuningJobCheckpointsQuery
impl Sync for ListFineTuningJobCheckpointsQuery
impl Unpin for ListFineTuningJobCheckpointsQuery
impl UnsafeUnpin for ListFineTuningJobCheckpointsQuery
impl UnwindSafe for ListFineTuningJobCheckpointsQuery
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