FineTuningRequestBuilder

Builder of FineTuningRequest instances.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The hyperparameters used for the fine-tuning job (Optional).

Link copied to clipboard

The name of the model to fine-tune. See /docs/guides/fine-tuning/what-models-can-be-fine-tuned for more details.

Link copied to clipboard

A string of up to 18 characters that will be added to your fine-tuned model name (Optional).

Link copied to clipboard

The ID of an uploaded file that contains training data. See /docs/api-reference/files/upload for how to upload a file.

Link copied to clipboard

The ID of an uploaded file that contains validation data (Optional). The same data should not be present in both train and validation files.

Functions

Link copied to clipboard

Create a new instance of FineTuningRequest.