class

OpenAI::FineTuningCheckpointPermission

Inherits JSON::Serializable < Reference < Object

The checkpoint.permission object represents a permission for a fine-tuned model checkpoint.

Constructors

new(id : String = "", created_at : Int64 = 0, project_id : String = "", object : FineTuningCheckpointPermissionObject = FineTuningCheckpointPermissionObject::CheckpointPermission)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at

The Unix timestamp (in seconds) for when the permission was created.

Source
created_at=(created_at : Int64)

The Unix timestamp (in seconds) for when the permission was created.

Source
id

The permission identifier, which can be referenced in the API endpoints.

Source
id=(id : String)

The permission identifier, which can be referenced in the API endpoints.

Source
object

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

Source
object=(object : FineTuningCheckpointPermissionObject)

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

Source
project_id

The project identifier that the permission is for.

Source
project_id=(project_id : String)

The project identifier that the permission is for.

Source