Package com.openai.models
Class FineTuningJobListPageAsync
-
- All Implemented Interfaces:
public final class FineTuningJobListPageAsyncList your organization's fine-tuning jobs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFineTuningJobListPageAsync.Responsepublic final classFineTuningJobListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final FineTuningJobListPageAsync.Responseresponse()final List<FineTuningJob>data()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<FineTuningJobListParams>getNextPageParams()final CompletableFuture<Optional<FineTuningJobListPageAsync>>getNextPage()final FineTuningJobListPageAsync.AutoPagerautoPager()final static FineTuningJobListPageAsyncof(JobServiceAsync jobsService, FineTuningJobListParams params, FineTuningJobListPageAsync.Response response)-
-
Method Detail
-
response
final FineTuningJobListPageAsync.Response response()
-
data
final List<FineTuningJob> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FineTuningJobListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<FineTuningJobListPageAsync>> getNextPage()
-
autoPager
final FineTuningJobListPageAsync.AutoPager autoPager()
-
of
final static FineTuningJobListPageAsync of(JobServiceAsync jobsService, FineTuningJobListParams params, FineTuningJobListPageAsync.Response response)
-
-
-
-