class

OpenAI::AuditLogCheckpointPermissionCreated

Inherits JSON::Serializable < Reference < Object

The project and fine-tuned model checkpoint that the checkpoint permission was created for.

Constructors

new(id : String | Nil = nil, data : AuditLogCheckpointPermissionCreatedData | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

data

The payload used to create the checkpoint permission.

Source
data=(data : AuditLogCheckpointPermissionCreatedData | Nil)

The payload used to create the checkpoint permission.

Source
id

The ID of the checkpoint permission.

Source
id=(id : String | Nil)

The ID of the checkpoint permission.

Source