pub struct ListFineTuningJobCheckpointsQueryArgs { /* private fields */ }Available on crate feature
finetuning-types only.Expand description
Builder for ListFineTuningJobCheckpointsQuery.
Implementations§
Source§impl ListFineTuningJobCheckpointsQueryArgs
impl ListFineTuningJobCheckpointsQueryArgs
Sourcepub fn after<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn after<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Identifier for the last checkpoint from the previous pagination request.
Sourcepub fn limit<VALUE: Into<u32>>(&mut self, value: VALUE) -> &mut Self
pub fn limit<VALUE: Into<u32>>(&mut self, value: VALUE) -> &mut Self
Number of checkpoints to retrieve.
Sourcepub fn build(&self) -> Result<ListFineTuningJobCheckpointsQuery, OpenAIError>
pub fn build(&self) -> Result<ListFineTuningJobCheckpointsQuery, OpenAIError>
Builds a new ListFineTuningJobCheckpointsQuery.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for ListFineTuningJobCheckpointsQueryArgs
impl Clone for ListFineTuningJobCheckpointsQueryArgs
Source§fn clone(&self) -> ListFineTuningJobCheckpointsQueryArgs
fn clone(&self) -> ListFineTuningJobCheckpointsQueryArgs
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 Freeze for ListFineTuningJobCheckpointsQueryArgs
impl RefUnwindSafe for ListFineTuningJobCheckpointsQueryArgs
impl Send for ListFineTuningJobCheckpointsQueryArgs
impl Sync for ListFineTuningJobCheckpointsQueryArgs
impl Unpin for ListFineTuningJobCheckpointsQueryArgs
impl UnsafeUnpin for ListFineTuningJobCheckpointsQueryArgs
impl UnwindSafe for ListFineTuningJobCheckpointsQueryArgs
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