A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  _ 

J

JobCancelParams - class in com.openai.models.finetuning.jobs
Immediately cancel a fine-tune job.
JobCancelParams.Builder - class in com.openai.models.finetuning.jobs.JobCancelParams
A builder for JobCancelParams.
JobCreateParams - class in com.openai.models.finetuning.jobs
Creates a fine-tuning job which begins the process of creating a new model from a given dataset.
JobCreateParams.Body - class in com.openai.models.finetuning.jobs.JobCreateParams
 
JobCreateParams.Body.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams.Body
A builder for Body.
JobCreateParams.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams
A builder for JobCreateParams.
JobCreateParams.Hyperparameters - class in com.openai.models.finetuning.jobs.JobCreateParams
The hyperparameters used for the fine-tuning job.
JobCreateParams.Hyperparameters.BatchSize - class in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters
Number of examples in each batch.
JobCreateParams.Hyperparameters.BatchSize.Visitor - class in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters.BatchSize
An interface that defines how to map each variant of BatchSize to a value of type T.
JobCreateParams.Hyperparameters.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters
A builder for Hyperparameters.
JobCreateParams.Hyperparameters.LearningRateMultiplier - class in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters
Scaling factor for the learning rate.
JobCreateParams.Hyperparameters.LearningRateMultiplier.Visitor - class in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters.LearningRateMultiplier
An interface that defines how to map each variant of LearningRateMultiplier to a value of type T.
JobCreateParams.Hyperparameters.NEpochs - class in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters
The number of epochs to train the model for.
JobCreateParams.Hyperparameters.NEpochs.Visitor - class in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters.NEpochs
An interface that defines how to map each variant of NEpochs to a value of type T.
JobCreateParams.Integration - class in com.openai.models.finetuning.jobs.JobCreateParams
 
JobCreateParams.Integration.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams.Integration
A builder for Integration.
JobCreateParams.Integration.Wandb - class in com.openai.models.finetuning.jobs.JobCreateParams.Integration
The settings for your integration with Weights and Biases.
JobCreateParams.Integration.Wandb.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams.Integration.Wandb
A builder for Wandb.
JobCreateParams.Metadata - class in com.openai.models.finetuning.jobs.JobCreateParams
Set of 16 key-value pairs that can be attached to an object.
JobCreateParams.Metadata.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams.Metadata
A builder for Metadata.
JobCreateParams.Method - class in com.openai.models.finetuning.jobs.JobCreateParams
The method used for fine-tuning.
JobCreateParams.Method.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams.Method
A builder for Method.
JobCreateParams.Method.Dpo - class in com.openai.models.finetuning.jobs.JobCreateParams.Method
Configuration for the DPO fine-tuning method.
JobCreateParams.Method.Dpo.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo
A builder for Dpo.
JobCreateParams.Method.Dpo.Hyperparameters - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo
The hyperparameters used for the fine-tuning job.
JobCreateParams.Method.Dpo.Hyperparameters.BatchSize - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters
Number of examples in each batch.
JobCreateParams.Method.Dpo.Hyperparameters.BatchSize.Visitor - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters.BatchSize
An interface that defines how to map each variant of BatchSize to a value of type T.
JobCreateParams.Method.Dpo.Hyperparameters.Beta - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters
The beta value for the DPO method.
JobCreateParams.Method.Dpo.Hyperparameters.Beta.Visitor - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters.Beta
An interface that defines how to map each variant of Beta to a value of type T.
JobCreateParams.Method.Dpo.Hyperparameters.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters
A builder for Hyperparameters.
JobCreateParams.Method.Dpo.Hyperparameters.LearningRateMultiplier - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters
Scaling factor for the learning rate.
JobCreateParams.Method.Dpo.Hyperparameters.LearningRateMultiplier.Visitor - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters.LearningRateMultiplier
An interface that defines how to map each variant of LearningRateMultiplier to a value of type T.
JobCreateParams.Method.Dpo.Hyperparameters.NEpochs - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters
The number of epochs to train the model for.
JobCreateParams.Method.Dpo.Hyperparameters.NEpochs.Visitor - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters.NEpochs
An interface that defines how to map each variant of NEpochs to a value of type T.
JobCreateParams.Method.Supervised - class in com.openai.models.finetuning.jobs.JobCreateParams.Method
Configuration for the supervised fine-tuning method.
JobCreateParams.Method.Supervised.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised
A builder for Supervised.
JobCreateParams.Method.Supervised.Hyperparameters - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised
The hyperparameters used for the fine-tuning job.
JobCreateParams.Method.Supervised.Hyperparameters.BatchSize - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters
Number of examples in each batch.
JobCreateParams.Method.Supervised.Hyperparameters.BatchSize.Visitor - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters.BatchSize
An interface that defines how to map each variant of BatchSize to a value of type T.
JobCreateParams.Method.Supervised.Hyperparameters.Builder - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters
A builder for Hyperparameters.
JobCreateParams.Method.Supervised.Hyperparameters.LearningRateMultiplier - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters
Scaling factor for the learning rate.
JobCreateParams.Method.Supervised.Hyperparameters.LearningRateMultiplier.Visitor - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters.LearningRateMultiplier
An interface that defines how to map each variant of LearningRateMultiplier to a value of type T.
JobCreateParams.Method.Supervised.Hyperparameters.NEpochs - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters
The number of epochs to train the model for.
JobCreateParams.Method.Supervised.Hyperparameters.NEpochs.Visitor - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters.NEpochs
An interface that defines how to map each variant of NEpochs to a value of type T.
JobCreateParams.Method.Type - class in com.openai.models.finetuning.jobs.JobCreateParams.Method
The type of method.
JobCreateParams.Method.Type.Known - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Type
An enum containing Type's known values.
JobCreateParams.Method.Type.Value - class in com.openai.models.finetuning.jobs.JobCreateParams.Method.Type
An enum containing Type's known values, as well as an _UNKNOWN member.
JobCreateParams.Model - class in com.openai.models.finetuning.jobs.JobCreateParams
The name of the model to fine-tune.
JobCreateParams.Model.Known - class in com.openai.models.finetuning.jobs.JobCreateParams.Model
An enum containing Model's known values.
JobCreateParams.Model.Value - class in com.openai.models.finetuning.jobs.JobCreateParams.Model
An enum containing Model's known values, as well as an _UNKNOWN member.
JobListEventsPage - class in com.openai.models.finetuning.jobs
 
JobListEventsPage.AutoPager - class in com.openai.models.finetuning.jobs.JobListEventsPage
 
JobListEventsPage.Builder - class in com.openai.models.finetuning.jobs.JobListEventsPage
A builder for JobListEventsPage.
JobListEventsPageAsync - class in com.openai.models.finetuning.jobs
 
JobListEventsPageAsync.AutoPager - class in com.openai.models.finetuning.jobs.JobListEventsPageAsync
 
JobListEventsPageAsync.Builder - class in com.openai.models.finetuning.jobs.JobListEventsPageAsync
A builder for JobListEventsPageAsync.
JobListEventsPageResponse - class in com.openai.models.finetuning.jobs
 
JobListEventsPageResponse.Builder - class in com.openai.models.finetuning.jobs.JobListEventsPageResponse
A builder for JobListEventsPageResponse.
JobListEventsParams - class in com.openai.models.finetuning.jobs
Get status updates for a fine-tuning job.
JobListEventsParams.Builder - class in com.openai.models.finetuning.jobs.JobListEventsParams
A builder for JobListEventsParams.
JobListPage - class in com.openai.models.finetuning.jobs
 
JobListPage.AutoPager - class in com.openai.models.finetuning.jobs.JobListPage
 
JobListPage.Builder - class in com.openai.models.finetuning.jobs.JobListPage
A builder for JobListPage.
JobListPageAsync - class in com.openai.models.finetuning.jobs
 
JobListPageAsync.AutoPager - class in com.openai.models.finetuning.jobs.JobListPageAsync
 
JobListPageAsync.Builder - class in com.openai.models.finetuning.jobs.JobListPageAsync
A builder for JobListPageAsync.
JobListPageResponse - class in com.openai.models.finetuning.jobs
 
JobListPageResponse.Builder - class in com.openai.models.finetuning.jobs.JobListPageResponse
A builder for JobListPageResponse.
JobListParams - class in com.openai.models.finetuning.jobs
List your organization's fine-tuning jobs
JobListParams.Builder - class in com.openai.models.finetuning.jobs.JobListParams
A builder for JobListParams.
JobListParams.Metadata - class in com.openai.models.finetuning.jobs.JobListParams
Optional metadata filter.
JobListParams.Metadata.Builder - class in com.openai.models.finetuning.jobs.JobListParams.Metadata
A builder for Metadata.
JobRetrieveParams - class in com.openai.models.finetuning.jobs
Get info about a fine-tuning job.
JobRetrieveParams.Builder - class in com.openai.models.finetuning.jobs.JobRetrieveParams
A builder for JobRetrieveParams.
jobs() - function in com.openai.services.async.FineTuningServiceAsync
 
jobs() - function in com.openai.services.async.FineTuningServiceAsync.WithRawResponse
 
jobs() - function in com.openai.services.async.FineTuningServiceAsyncImpl
 
jobs() - function in com.openai.services.async.FineTuningServiceAsyncImpl.WithRawResponseImpl
 
jobs() - function in com.openai.services.blocking.FineTuningService
 
jobs() - function in com.openai.services.blocking.FineTuningService.WithRawResponse
 
jobs() - function in com.openai.services.blocking.FineTuningServiceImpl
 
jobs() - function in com.openai.services.blocking.FineTuningServiceImpl.WithRawResponseImpl
 
JobService - class in com.openai.services.blocking.finetuning
 
JobService.WithRawResponse - class in com.openai.services.blocking.finetuning.JobService
A view of JobService that provides access to raw HTTP responses for each method.
JobServiceAsync - class in com.openai.services.async.finetuning
 
JobServiceAsync.WithRawResponse - class in com.openai.services.async.finetuning.JobServiceAsync
A view of JobServiceAsync that provides access to raw HTTP responses for each method.
JobServiceAsyncImpl - class in com.openai.services.async.finetuning
 
JobServiceAsyncImpl.WithRawResponseImpl - class in com.openai.services.async.finetuning.JobServiceAsyncImpl
 
JobServiceImpl - class in com.openai.services.blocking.finetuning
 
JobServiceImpl.WithRawResponseImpl - class in com.openai.services.blocking.finetuning.JobServiceImpl
 
JSON - enum entry in com.openai.models.audio.AudioResponseFormat.Known
 
JSON - enum entry in com.openai.models.audio.AudioResponseFormat.Value
 
JSON - enum entry in com.openai.models.audio.translations.TranslationCreateParams.ResponseFormat.Known
 
JSON - enum entry in com.openai.models.audio.translations.TranslationCreateParams.ResponseFormat.Value
 
JsonArray - class in com.openai.core
A JsonValue representing a JSON array value.
JsonBoolean - class in com.openai.core
A JsonValue representing a JSON boolean value.
JsonField - class in com.openai.core
A class representing a serializable JSON field.
JsonField.Deserializer - class in com.openai.core.JsonField
 
JsonField.IsMissing - class in com.openai.core.JsonField
This class is a Jackson filter that can be used to exclude missing properties from objects.
JsonField.Visitor - class in com.openai.core.JsonField
An interface that defines how to map each possible state of a JsonField<T> to a value of type R.
jsonl() - function in com.openai.models.evals.runs.RunCancelResponse.DataSource
A JsonlRunDataSource object with that specifies a JSONL file that matches the eval
jsonl() - function in com.openai.models.evals.runs.RunCreateResponse.DataSource
A JsonlRunDataSource object with that specifies a JSONL file that matches the eval
jsonl() - function in com.openai.models.evals.runs.RunListResponse.DataSource
A JsonlRunDataSource object with that specifies a JSONL file that matches the eval
jsonl() - function in com.openai.models.evals.runs.RunRetrieveResponse.DataSource
A JsonlRunDataSource object with that specifies a JSONL file that matches the eval
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source) - function in com.openai.models.evals.runs.RunCancelResponse.Builder
Alias for calling dataSource with the following:
CreateEvalJsonlRunDataSource.builder()
    .source(source)
    .build()
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source.FileContent) - function in com.openai.models.evals.runs.RunCancelResponse.Builder
Alias for calling jsonlDataSource with CreateEvalJsonlRunDataSource.Source.ofFileContent(fileContent).
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source.FileId) - function in com.openai.models.evals.runs.RunCancelResponse.Builder
Alias for calling jsonlDataSource with CreateEvalJsonlRunDataSource.Source.ofFileId(fileId).
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source) - function in com.openai.models.evals.runs.RunCreateResponse.Builder
Alias for calling dataSource with the following:
CreateEvalJsonlRunDataSource.builder()
    .source(source)
    .build()
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source.FileContent) - function in com.openai.models.evals.runs.RunCreateResponse.Builder
Alias for calling jsonlDataSource with CreateEvalJsonlRunDataSource.Source.ofFileContent(fileContent).
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source.FileId) - function in com.openai.models.evals.runs.RunCreateResponse.Builder
Alias for calling jsonlDataSource with CreateEvalJsonlRunDataSource.Source.ofFileId(fileId).
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source) - function in com.openai.models.evals.runs.RunListResponse.Builder
Alias for calling dataSource with the following:
CreateEvalJsonlRunDataSource.builder()
    .source(source)
    .build()
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source.FileContent) - function in com.openai.models.evals.runs.RunListResponse.Builder
Alias for calling jsonlDataSource with CreateEvalJsonlRunDataSource.Source.ofFileContent(fileContent).
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source.FileId) - function in com.openai.models.evals.runs.RunListResponse.Builder
Alias for calling jsonlDataSource with CreateEvalJsonlRunDataSource.Source.ofFileId(fileId).
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source) - function in com.openai.models.evals.runs.RunRetrieveResponse.Builder
Alias for calling dataSource with the following:
CreateEvalJsonlRunDataSource.builder()
    .source(source)
    .build()
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source.FileContent) - function in com.openai.models.evals.runs.RunRetrieveResponse.Builder
Alias for calling jsonlDataSource with CreateEvalJsonlRunDataSource.Source.ofFileContent(fileContent).
jsonlDataSource(com.openai.models.evals.runs.CreateEvalJsonlRunDataSource.Source.FileId) - function in com.openai.models.evals.runs.RunRetrieveResponse.Builder
Alias for calling jsonlDataSource with CreateEvalJsonlRunDataSource.Source.ofFileId(fileId).
jsonMapper() - function in com.openai.core.ClientOptions
 
jsonMapper(com.fasterxml.jackson.databind.json.JsonMapper) - function in com.openai.core.ClientOptions.Builder
 
jsonMapper() - function in com.openai.core.ObjectMappers
 
JsonMissing - class in com.openai.core
A JsonValue representing an omitted JSON field.
JsonMissing.Serializer - class in com.openai.core.JsonMissing
 
JsonNull - class in com.openai.core
A JsonValue representing a JSON null value.
JsonNumber - class in com.openai.core
A JsonValue representing a JSON number value.
JsonObject - class in com.openai.core
A JsonValue representing a JSON object value.
jsonObject() - function in com.openai.models.chat.completions.ChatCompletionCreateParams.ResponseFormat
JSON object response format.
jsonObject() - function in com.openai.models.responses.ResponseFormatTextConfig
JSON object response format.
jsonSchema() - function in com.openai.models.ResponseFormatJsonSchema
Structured Outputs configuration options, including a JSON Schema.
jsonSchema(com.openai.core.JsonField) - function in com.openai.models.ResponseFormatJsonSchema.Builder
Sets Builder.jsonSchema to an arbitrary JSON value.
jsonSchema(com.openai.models.ResponseFormatJsonSchema.JsonSchema) - function in com.openai.models.ResponseFormatJsonSchema.Builder
Structured Outputs configuration options, including a JSON Schema.
jsonSchema() - function in com.openai.models.chat.completions.ChatCompletionCreateParams.ResponseFormat
JSON Schema response format.
jsonSchema() - function in com.openai.models.responses.ResponseFormatTextConfig
JSON Schema response format.
JsonString - class in com.openai.core
A JsonValue representing a JSON string value.
JsonValue - class in com.openai.core
A class representing an arbitrary JSON value.
jsonValue() - function in com.openai.models.CompoundFilter.Filter
 
JsonValue.Deserializer - class in com.openai.core.JsonValue
 
JsonValue.Visitor - class in com.openai.core.JsonValue
An interface that defines how to map each variant state of a JsonValue to a value of type R.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  _