pub struct DeleteFineTuningCheckpointPermissionResponse {
pub id: String,
pub object: String,
pub deleted: bool,
}
Fields§
§id: String
The ID of the fine-tuned model checkpoint permission that was deleted.
object: String
The object type, which is always “checkpoint.permission”.
deleted: bool
Whether the fine-tuned model checkpoint permission was successfully deleted.
Trait Implementations§
Source§impl Clone for DeleteFineTuningCheckpointPermissionResponse
impl Clone for DeleteFineTuningCheckpointPermissionResponse
Source§fn clone(&self) -> DeleteFineTuningCheckpointPermissionResponse
fn clone(&self) -> DeleteFineTuningCheckpointPermissionResponse
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 moreSource§impl Default for DeleteFineTuningCheckpointPermissionResponse
impl Default for DeleteFineTuningCheckpointPermissionResponse
Source§fn default() -> DeleteFineTuningCheckpointPermissionResponse
fn default() -> DeleteFineTuningCheckpointPermissionResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteFineTuningCheckpointPermissionResponse
impl RefUnwindSafe for DeleteFineTuningCheckpointPermissionResponse
impl Send for DeleteFineTuningCheckpointPermissionResponse
impl Sync for DeleteFineTuningCheckpointPermissionResponse
impl Unpin for DeleteFineTuningCheckpointPermissionResponse
impl UnwindSafe for DeleteFineTuningCheckpointPermissionResponse
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