class

OpenAI::DeleteFineTuningCheckpointPermissionResponse

Inherits JSON::Serializable < Reference < Object

Constructors

new(id : String = "", object : DeleteFineTuningCheckpointPermissionResponseObject = DeleteFineTuningCheckpointPermissionResponseObject::CheckpointPermission, deleted : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

deleted

Whether the fine-tuned model checkpoint permission was successfully deleted.

Source
deleted=(deleted : Bool)

Whether the fine-tuned model checkpoint permission was successfully deleted.

Source
id

The ID of the fine-tuned model checkpoint permission that was deleted.

Source
id=(id : String)

The ID of the fine-tuned model checkpoint permission that was deleted.

Source
object

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

Source
object=(object : DeleteFineTuningCheckpointPermissionResponseObject)

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

Source