pub struct PauseFineTuningJobParams {
pub fine_tuning_job_id: String,
}
Fields§
§fine_tuning_job_id: String
The ID of the fine-tuning job to pause.
Implementations§
Trait Implementations§
Source§impl Clone for PauseFineTuningJobParams
impl Clone for PauseFineTuningJobParams
Source§fn clone(&self) -> PauseFineTuningJobParams
fn clone(&self) -> PauseFineTuningJobParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PauseFineTuningJobParams
impl Debug for PauseFineTuningJobParams
Source§impl<'de> Deserialize<'de> for PauseFineTuningJobParams
impl<'de> Deserialize<'de> for PauseFineTuningJobParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PauseFineTuningJobParams
impl PartialEq for PauseFineTuningJobParams
Source§fn eq(&self, other: &PauseFineTuningJobParams) -> bool
fn eq(&self, other: &PauseFineTuningJobParams) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for PauseFineTuningJobParams
impl Serialize for PauseFineTuningJobParams
impl StructuralPartialEq for PauseFineTuningJobParams
Auto Trait Implementations§
impl Freeze for PauseFineTuningJobParams
impl RefUnwindSafe for PauseFineTuningJobParams
impl Send for PauseFineTuningJobParams
impl Sync for PauseFineTuningJobParams
impl Unpin for PauseFineTuningJobParams
impl UnwindSafe for PauseFineTuningJobParams
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