class

OpenAI::AuditLogCheckpointPermissionCreatedData

Inherits JSON::Serializable < Reference < Object

The payload used to create the checkpoint permission.

Constructors

new(project_id : String | Nil = nil, fine_tuned_model_checkpoint : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

fine_tuned_model_checkpoint

The ID of the fine-tuned model checkpoint.

Source
fine_tuned_model_checkpoint=(fine_tuned_model_checkpoint : String | Nil)

The ID of the fine-tuned model checkpoint.

Source
project_id

The ID of the project that the checkpoint permission was created for.

Source
project_id=(project_id : String | Nil)

The ID of the project that the checkpoint permission was created for.

Source