interface PermissionDeleteResponse {
    deleted: boolean;
    id: string;
    object: "checkpoint.permission";
}

Properties

Properties

deleted: boolean

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: "checkpoint.permission"

The object type, which is always "checkpoint.permission".