View Source ExOpenAI.Components.CreateFineTuningCheckpointPermissionRequest (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema CreateFineTuningCheckpointPermissionRequest.

Fields

  • :project_ids - required - [String.t()]
    The project identifiers to grant access to.

Summary

Types

@type t() :: %ExOpenAI.Components.CreateFineTuningCheckpointPermissionRequest{
  project_ids: [String.t()]
}