Method: OpenAI::Models::FineTuning::JobCreateParams#suffix
- Defined in:
- lib/openai/models/fine_tuning/job_create_params.rb
#suffix ⇒ String?
A string of up to 64 characters that will be added to your fine-tuned model name.
For example, a suffix of "custom-model-name" would produce a model name like
ft:gpt-4o-mini:openai:custom-model-name:7p4lURel.
| 91 | # File 'lib/openai/models/fine_tuning/job_create_params.rb', line 91 optional :suffix, String, nil?: true |