Package com.openai.models
Class FineTuningJobListPageAsync
-
- All Implemented Interfaces:
public final class FineTuningJobListPageAsync
List your organization's fine-tuning jobs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FineTuningJobListPageAsync.Response
public final class
FineTuningJobListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final FineTuningJobListPageAsync.Response
response()
final List<FineTuningJob>
data()
final Optional<Boolean>
hasMore()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<FineTuningJobListParams>
getNextPageParams()
final CompletableFuture<Optional<FineTuningJobListPageAsync>>
getNextPage()
final FineTuningJobListPageAsync.AutoPager
autoPager()
final static FineTuningJobListPageAsync
of(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)
-
-
-
-