Package com.openai.models.finetuning.jobs
See: Description
-
Class Summary Class Description Builder A builder for FineTuningJob. Builder A builder for Error. Error For fine-tuning jobs that have failed
, this will contain more information on the cause of the failure.Builder A builder for Hyperparameters. BatchSize Number of examples in each batch. LearningRateMultiplier Scaling factor for the learning rate. NEpochs The number of epochs to train the model for. Hyperparameters The hyperparameters used for the fine-tuning job. Status The current status of the fine-tuning job, which can be either validating_files
,queued
,running
,succeeded
,failed
, orcancelled
.Builder A builder for Metadata. Metadata Set of 16 key-value pairs that can be attached to an object. Builder A builder for Method. Type The type of method. Method The method used for fine-tuning. FineTuningJob The fine_tuning.job
object represents a fine-tuning job that has been created through the API.Builder A builder for FineTuningJobEvent. Level The log level of the event. Type The type of event. FineTuningJobEvent Fine-tuning job event object Builder A builder for FineTuningJobWandbIntegration. FineTuningJobWandbIntegration The settings for your integration with Weights and Biases. Builder A builder for FineTuningJobWandbIntegrationObject. FineTuningJobWandbIntegrationObject Builder A builder for JobCancelParams. JobCancelParams Immediately cancel a fine-tune job. Builder A builder for JobCreateParams. Builder A builder for Body. Body Model The name of the model to fine-tune. Builder A builder for Hyperparameters. BatchSize Number of examples in each batch. LearningRateMultiplier Scaling factor for the learning rate. NEpochs The number of epochs to train the model for. Hyperparameters The hyperparameters used for the fine-tuning job. Builder A builder for Integration. Builder A builder for Wandb. Wandb The settings for your integration with Weights and Biases. Integration Builder A builder for Metadata. Metadata Set of 16 key-value pairs that can be attached to an object. Builder A builder for Method. Type The type of method. Method The method used for fine-tuning. JobCreateParams Creates a fine-tuning job which begins the process of creating a new model from a given dataset. Builder A builder for JobListEventsPage. JobListEventsPage Builder A builder for JobListEventsPageAsync. JobListEventsPageAsync Builder A builder for JobListEventsPageResponse. JobListEventsPageResponse Builder A builder for JobListEventsParams. JobListEventsParams Get status updates for a fine-tuning job. Builder A builder for JobListPage. JobListPage Builder A builder for JobListPageAsync. JobListPageAsync Builder A builder for JobListPageResponse. JobListPageResponse Builder A builder for JobListParams. Builder A builder for Metadata. Metadata Optional metadata filter. JobListParams List your organization's fine-tuning jobs Builder A builder for JobPauseParams. JobPauseParams Pause a fine-tune job. Builder A builder for JobResumeParams. JobResumeParams Resume a fine-tune job. Builder A builder for JobRetrieveParams. JobRetrieveParams Get info about a fine-tuning job. -
Interface Summary Interface Description Visitor An interface that defines how to map each variant of BatchSize to a value of type T. Visitor An interface that defines how to map each variant of LearningRateMultiplier to a value of type T. Visitor An interface that defines how to map each variant of NEpochs to a value of type T. Visitor An interface that defines how to map each variant of BatchSize to a value of type T. Visitor An interface that defines how to map each variant of LearningRateMultiplier to a value of type T. Visitor An interface that defines how to map each variant of NEpochs to a value of type T. -
Enum Summary Enum Description Known An enum containing Status's known values. Value An enum containing Status's known values, as well as an _UNKNOWN member. Known An enum containing Type's known values. Value An enum containing Type's known values, as well as an _UNKNOWN member. Known An enum containing Level's known values. Value An enum containing Level's known values, as well as an _UNKNOWN member. Known An enum containing Type's known values. Value An enum containing Type's known values, as well as an _UNKNOWN member. Known An enum containing Model's known values. Value An enum containing Model's known values, as well as an _UNKNOWN member. Known An enum containing Type's known values. Value An enum containing Type's known values, as well as an _UNKNOWN member.