Interface JobService
-
- All Implemented Interfaces:
public interface JobService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceJobService.WithRawResponseA view of JobService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract JobService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract CheckpointServicecheckpoints()abstract FineTuningJobcreate(FineTuningJobCreateParams params, RequestOptions requestOptions)Creates a fine-tuning job which begins the process of creating a new model from a given dataset. abstract FineTuningJobcreate(FineTuningJobCreateParams params)Creates a fine-tuning job which begins the process of creating a new model from a given dataset. abstract FineTuningJobretrieve(FineTuningJobRetrieveParams params, RequestOptions requestOptions)Get info about a fine-tuning job. abstract FineTuningJobretrieve(FineTuningJobRetrieveParams params)Get info about a fine-tuning job. abstract FineTuningJobListPagelist(FineTuningJobListParams params, RequestOptions requestOptions)List your organization's fine-tuning jobs abstract FineTuningJobListPagelist(FineTuningJobListParams params)List your organization's fine-tuning jobs abstract FineTuningJobListPagelist()List your organization's fine-tuning jobs FineTuningJobListPagelist(RequestOptions requestOptions)List your organization's fine-tuning jobs abstract FineTuningJobcancel(FineTuningJobCancelParams params, RequestOptions requestOptions)Immediately cancel a fine-tune job. abstract FineTuningJobcancel(FineTuningJobCancelParams params)Immediately cancel a fine-tune job. abstract FineTuningJobListEventsPagelistEvents(FineTuningJobListEventsParams params, RequestOptions requestOptions)Get status updates for a fine-tuning job. abstract FineTuningJobListEventsPagelistEvents(FineTuningJobListEventsParams params)Get status updates for a fine-tuning job. -
-
Method Detail
-
withRawResponse
abstract JobService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
checkpoints
abstract CheckpointService checkpoints()
-
create
abstract FineTuningJob create(FineTuningJobCreateParams params, RequestOptions requestOptions)
Creates a fine-tuning job which begins the process of creating a new model from a given dataset.
Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete.
-
create
abstract FineTuningJob create(FineTuningJobCreateParams params)
Creates a fine-tuning job which begins the process of creating a new model from a given dataset.
Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete.
-
retrieve
abstract FineTuningJob retrieve(FineTuningJobRetrieveParams params, RequestOptions requestOptions)
Get info about a fine-tuning job.
-
retrieve
abstract FineTuningJob retrieve(FineTuningJobRetrieveParams params)
Get info about a fine-tuning job.
-
list
abstract FineTuningJobListPage list(FineTuningJobListParams params, RequestOptions requestOptions)
List your organization's fine-tuning jobs
-
list
abstract FineTuningJobListPage list(FineTuningJobListParams params)
List your organization's fine-tuning jobs
-
list
abstract FineTuningJobListPage list()
List your organization's fine-tuning jobs
-
list
FineTuningJobListPage list(RequestOptions requestOptions)
List your organization's fine-tuning jobs
-
cancel
abstract FineTuningJob cancel(FineTuningJobCancelParams params, RequestOptions requestOptions)
Immediately cancel a fine-tune job.
-
cancel
abstract FineTuningJob cancel(FineTuningJobCancelParams params)
Immediately cancel a fine-tune job.
-
listEvents
abstract FineTuningJobListEventsPage listEvents(FineTuningJobListEventsParams params, RequestOptions requestOptions)
Get status updates for a fine-tuning job.
-
listEvents
abstract FineTuningJobListEventsPage listEvents(FineTuningJobListEventsParams params)
Get status updates for a fine-tuning job.
-
-
-
-