pub struct DeleteFineTuningCheckpointPermissionResponse {
pub deleted: bool,
pub id: String,
pub object: String,
}
Fields§
§deleted: bool
Whether the fine-tuned model checkpoint permission was successfully deleted.
id: String
The ID of the fine-tuned model checkpoint permission that was deleted.
object: String
The object type, which is always "checkpoint.permission".
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DeleteFineTuningCheckpointPermissionResponse
impl<'de> Deserialize<'de> for DeleteFineTuningCheckpointPermissionResponse
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
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